From ceb18daa7cf28b8e6fc5a4cf10015373c61e85dd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:09:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2972d5c..baeae01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,8 +111,8 @@ export default function LandingPage() { useInvertedBackground={false} ariaLabel="Ocean perfume products collection" containerClassName="py-16 md:py-24" - titleClassName="text-3xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg opacity-90 max-w-2xl" + textBoxTitleClassName="text-3xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl" /> @@ -126,17 +126,20 @@ export default function LandingPage() { { id: "feature-natural", title: "100% Natural Ingredients", descriptions: [ "We source only premium, natural ingredients from sustainable suppliers around the world.", "No synthetic additives, no compromise on quality." - ], imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg", imageAlt: "Natural organic perfume ingredients" + ], + imageSrc: "http://img.b2bpic.net/free-photo/natural-argan-oil-composition_23-2149016630.jpg", imageAlt: "Natural organic perfume ingredients" }, { id: "feature-sustainable", title: "Eco-Conscious Packaging", descriptions: [ "Our bottles are crafted from recycled glass with minimal environmental impact.", "Every purchase supports ocean conservation initiatives." - ], imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091338.jpg", imageAlt: "Sustainable eco-friendly packaging design" + ], + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-high-protein-vegan-meal_23-2149091338.jpg", imageAlt: "Sustainable eco-friendly packaging design" }, { id: "feature-artisan", title: "Master Craftsmanship", descriptions: [ "Each fragrance is meticulously blended by our team of master perfumers with decades of expertise.", "Traditional techniques meet modern innovation." - ], imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-making-kombucha_23-2149704033.jpg", imageAlt: "Artisan perfume master crafting" + ], + imageSrc: "http://img.b2bpic.net/free-photo/side-view-adult-making-kombucha_23-2149704033.jpg", imageAlt: "Artisan perfume master crafting" } ]} gridVariant="three-columns-all-equal-width" @@ -235,7 +238,7 @@ export default function LandingPage() { id: "faq-3", title: "Are your products cruelty-free?", content: "Yes, Ocean fragrances are 100% cruelty-free and vegan. We do not test on animals and partner only with ethical ingredient suppliers." }, { - id: "faq-4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely satisfied with your purchase, we'll provide a full refund or exchange." + id: "faq-4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you are not completely satisfied with your purchase, we will provide a full refund or exchange." }, { id: "faq-5", title: "How should I store my perfume?", content: "Keep your Ocean fragrance in a cool, dark place away from direct sunlight. Store upright to prevent leakage, and avoid extreme temperature changes." -- 2.49.1