From 12383de42440ae6b9360b3d6c57db3972e529b32 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 06:18:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6733140..45c057c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Reviews", id: "testimonials" }, { name: "Pricing", id: "pricing" }, + { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} bottomLeftText="Premium Skincare Science" @@ -298,13 +299,19 @@ export default function LandingPage() { }, { id: "6", title: "Do you offer subscription services?", content: "Yes! Our subscription plans deliver your favorite products monthly at 15% off. You can pause, skip, or cancel anytime with no penalties. It's the perfect way to maintain your routine and save." + }, + { + id: "7", title: "What makes your skincare different from other brands?", content: "LuxeGlow uniquely combines cutting-edge dermatological science with 100% natural, sustainably sourced ingredients. Every product is clinically tested, dermatologist-approved, and backed by peer-reviewed research. We also maintain complete transparency about our ingredients and manufacturing process." + }, + { + id: "8", title: "Can I use LuxeGlow products if I have acne-prone skin?", content: "Yes, absolutely! Our formulations are specifically designed to be non-comedogenic and won't clog pores. Many customers with acne-prone skin love our Luminous Brightening Serum and Gentle Silk Cleanser. We recommend patch-testing any new product first." } ]} faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Contact Support", href: "#" } + { text: "Contact Support", href: "#contact" } ]} buttonAnimation="slide-up" /> @@ -316,7 +323,7 @@ export default function LandingPage() { tagIcon={Mail} tagAnimation="slide-up" title="Ready to Transform Your Skin?" - description="Join thousands of satisfied customers enjoying radiant, healthy skin. Start your skincare journey today with a 15% discount on your first order." + description="Join thousands of satisfied customers enjoying radiant, healthy skin. Start your skincare journey today with a 15% discount on your first order. Have questions? Our skincare experts are here to help you find the perfect routine for your unique skin needs." buttons={[ { text: "Shop Now", href: "#products" }, { text: "Subscribe & Save 15%", href: "#" } @@ -336,4 +343,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1