From fb31f36be5f603af922b0abad79a85fa277943ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 16:28:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8468ba..de6d4e5 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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", imageAlt: "Base notes fragrance foundation" } ]} animationType="blur-reveal" -- 2.49.1