From fc22eb32d08af9f1faac4657eb7becd738ceda99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:23:41 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d61d4c8..6cb05ef 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -19,7 +19,7 @@ export default function BlogPage() { const navItems = [ { name: "Home", id: "/" }, - { name: "Shop", id: "/#shop" }, + { name: "Shop", id: "/shop" }, { name: "About", id: "/#about" }, { name: "Features", id: "/#features" }, { name: "Testimonials", id: "/#testimonials" }, @@ -44,7 +44,7 @@ export default function BlogPage() {
Date: Mon, 23 Feb 2026 12:23:42 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d313c2c..f938476 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,12 +17,13 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function LandingPage() { const navItems = [ - { name: 'Shop', id: '#shop' }, + { name: 'Shop', id: '/shop' }, { name: 'About', id: '#about' }, { name: 'Features', id: '#features' }, { name: 'Testimonials', id: '#testimonials' }, { name: 'FAQ', id: '#faq' }, { name: 'Contact', id: '#contact' }, + { name: 'Blog', id: '/blog' }, ]; return ( @@ -55,7 +56,7 @@ export default function LandingPage() { description="Discover an exquisite collection of perfumes that capture the essence of luxury and individuality. Find the fragrance that truly speaks to you." tag="Find Me Exclusives" tagIcon={Sparkles} - tagAnimation="background-highlight" + tagAnimation="slide-up" buttons={[ { text: 'Shop Now', href: '#shop' }, { text: 'Our Story', href: '#about' }, @@ -85,7 +86,7 @@ export default function LandingPage() { description="At Find Me, we believe perfume is more than just a scent—it's an expression of identity, a memory, a feeling. Our curated selection brings you masterpieces from renowned perfumers and hidden gems, crafted with passion and precision." tag="Our Philosophy" tagIcon={Award} - tagAnimation="background-highlight" + tagAnimation="slide-up" buttons={[{ text: 'Learn More', href: '#' }]} buttonAnimation="slide-up" imageSrc="https://img.b2bpic.net/free-photo/high-angle-ecological-zero-waster-concept_23-2148591681.jpg" @@ -105,7 +106,7 @@ export default function LandingPage() { description="Explore our range of captivating perfumes, each a unique blend of artistry and aroma." tag="Signature Scents" tagIcon={Heart} - tagAnimation="background-highlight" + tagAnimation="slide-up" products={[ { id: '1', brand: 'Essence de Nuit', name: 'Midnight Bloom', price: '$120.00', rating: 5, reviewCount: '1.5k', imageSrc: 'https://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg', imageAlt: 'Elegant amber perfume bottle' }, { id: '2', brand: 'Aura', name: 'Morning Dew', price: '$95.00', rating: 4, reviewCount: '870', imageSrc: 'https://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337694.jpg', imageAlt: 'Modern clear perfume bottle with floral notes' }, @@ -136,7 +137,7 @@ export default function LandingPage() { description="Experience unparalleled quality, personalized service, and a passion for fine fragrances." tag="Our Promise" tagIcon={CheckCircle} - tagAnimation="background-highlight" + tagAnimation="slide-up" accordionItems={[ { id: '1', title: 'Curated Selection', content: 'We handpick each perfume, ensuring a collection of exceptional quality and unique character from across the globe.' }, { id: '2', title: 'Expert Guidance', content: 'Our fragrance specialists offer personalized consultations to help you discover the perfect scent that reflects your style.' }, @@ -165,7 +166,7 @@ export default function LandingPage() { description="Read what our cherished customers have to say about their 'Find Me' experience." tag="Customer Love" tagIcon={MessageSquare} - tagAnimation="background-highlight" + tagAnimation="slide-up" testimonials={[ { id: '1', title: 'Truly a game-changer for my fragrance journey!', quote: "Find Me transformed how I discover perfumes. Their selection is exquisite, and the personalized recommendations are spot on. I've found my new signature scent!", name: 'Elara Vance', role: 'Fragrance Blogger', imageSrc: 'https://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-580.jpg', imageAlt: 'Portrait of Elara Vance' }, { id: '2', title: 'Exceptional service and an unparalleled collection.', quote: "The team at Find Me is incredibly knowledgeable. They helped me choose a unique fragrance for a special occasion, and I couldn't be happier with the quality and experience.", name: 'Marcus Thorne', role: 'Creative Director', imageSrc: 'https://img.b2bpic.net/free-photo/handsome-welldressed-arabian-man-smoke-cigar-with-glass-whiskey-balcony-pub_627829-5920.jpg', imageAlt: 'Portrait of Marcus Thorne' }, @@ -194,7 +195,7 @@ export default function LandingPage() { description="Find answers to common inquiries about our products, shipping, and services." tag="Need Help?" tagIcon={HelpCircle} - tagAnimation="background-highlight" + tagAnimation="slide-up" faqs={[ { id: '1', title: 'What is your return policy?', content: 'We offer returns on unopened and unused perfumes within 14 days of purchase. Please refer to our full policy for details.' }, { id: '2', title: 'How long does shipping take?', content: 'Standard shipping usually takes 3-7 business days within the country. International shipping times vary.' }, @@ -225,7 +226,7 @@ export default function LandingPage() { title="Inquire About Your Next Scent" description="Have questions or need assistance? Our expert team is here to help you find your perfect fragrance." tagIcon={Mail} - tagAnimation="background-highlight" + tagAnimation="slide-up" background={{ variant: 'sparkles-gradient' }} useInvertedBackground={false} inputPlaceholder="Your email address" -- 2.49.1 From 0a3bd735083834a9664591eff6e1a1a0bdf7dbc1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:23:43 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index dabd065..cf2d7af 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -24,6 +24,7 @@ const navItems = [ { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, ]; -- 2.49.1 From c5ab3717527a9df663616728396c25daeb3b6857 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 12:23:44 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 7170f3b..75bc78e 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -15,6 +15,7 @@ const navItems = [ { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, { name: "Contact", id: "/#contact" }, + { name: "Blog", id: "/blog" }, ]; function ShopPageContent() { @@ -70,7 +71,7 @@ function ShopPageContent() {