From 50bf5a34633889a1d94824b62246e283bb527da0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:28:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de6d4e5..1b9daac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,15 +119,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Top Notes", description: "The initial impression that lasts 5-15 minutes. Fresh, vibrant, and captivating, top notes introduce the fragrance with bright citrus, floral, and fruity accords.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg?_wi=1", imageAlt: "Top notes fragrance ingredients" + title: "Top Notes", description: "The initial impression that lasts 5-15 minutes. Fresh, vibrant, and captivating, top notes introduce the fragrance with bright citrus, floral, and fruity accords.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg", imageAlt: "Top notes fragrance ingredients" }, { id: 2, - title: "Heart Notes", description: "The soul of the fragrance that develops over 15-60 minutes. Rich floral, spicy, and herbal notes create the distinctive character and personality of the scent.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg?_wi=2", imageAlt: "Heart notes fragrance composition" + title: "Heart Notes", description: "The soul of the fragrance that develops over 15-60 minutes. Rich floral, spicy, and herbal notes create the distinctive character and personality of the scent.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg", imageAlt: "Heart notes fragrance composition" }, { id: 3, - title: "Base Notes", description: "The foundation that lasts 4-6 hours. Deep, warm, and sensual notes including musk, amber, and woods provide lasting depth and sophistication.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg?_wi=3", imageAlt: "Base notes fragrance foundation" + title: "Base Notes", description: "The foundation that lasts 4-6 hours. Deep, warm, and sensual notes including musk, amber, and woods provide lasting depth and sophistication.", imageSrc: "http://img.b2bpic.net/free-vector/realistic-hand-drawn-essential-oil-herb-collection_52683-54582.jpg", imageAlt: "Base notes fragrance foundation" } ]} animationType="blur-reveal" @@ -153,7 +153,7 @@ export default function LandingPage() { id: "4", name: "Victoria Rose", imageSrc: "http://img.b2bpic.net/free-photo/young-redhead-girl-has-dreamy-look-somewhere_8353-9119.jpg", imageAlt: "Victoria Rose" } ]} - cardTitle="\"The most exquisite fragrances I've ever experienced. Each bottle tells a story.\"" + cardTitle="The most exquisite fragrances I've ever experienced. Each bottle tells a story." cardTag="Trusted by fragrance lovers" cardTagIcon={Star} cardAnimation="blur-reveal" -- 2.49.1