From f2b966e613cbb6758351e7c82bb379ba8f982ae0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:05:44 +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 b591f7d..373adc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,13 +178,13 @@ export default function LandingPage() { sideDescription="Everything you need to know about ESSENCE fragrances" faqs={[ { - id: "1", title: "How long does an ESSENCE fragrance last?", content: "Our fragrances are formulated with premium concentrations to provide 8-12 hours of continuous scent projection, depending on skin type and environmental factors." + id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return the product for a full refund." }, { - id: "2", title: "Are ESSENCE fragrances suitable for sensitive skin?", content: "Yes, we use hypoallergenic formulations and natural ingredients. However, we recommend performing a patch test first if you have known sensitivities." + id: "2", title: "How long does an ESSENCE fragrance last?", content: "Our fragrances are formulated with premium concentrations to provide 8-12 hours of continuous scent projection, depending on skin type and environmental factors." }, { - id: "3", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all purchases. If you're not completely satisfied, simply return the product for a full refund." + id: "3", title: "Are ESSENCE fragrances suitable for sensitive skin?", content: "Yes, we use hypoallergenic formulations and natural ingredients. However, we recommend performing a patch test first if you have known sensitivities." }, { id: "4", title: "How should I store my fragrance?", content: "Store in a cool, dark place away from direct sunlight and heat. Keep the cap sealed when not in use to preserve the fragrance's integrity." -- 2.49.1