From cfe7416f0aa4fdb6f9f0433ad90a852da3450b92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:33:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 026af00..99d7f8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Shop Now", href: "#products" }, + { text: "Explore Premium Fragrances", href: "#products" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" @@ -193,25 +193,22 @@ export default function LandingPage() { showCard={true} faqs={[ { - id: "1", title: "Are your fragrances authentic and guaranteed?", content: "Absolutely. We guarantee the authenticity of every fragrance we sell. All our products are sourced directly from certified suppliers and master perfumers in the Middle East. Each bottle undergoes rigorous quality assurance testing to ensure it meets our exacting standards. We provide authenticity certificates with every purchase, and our 30-day money-back guarantee backs our commitment to your complete satisfaction." + id: "1", title: "What makes your oud fragrances special?", content: "Our oud is sourced directly from the finest regions in the Middle East and processed using traditional methods. Each fragrance is carefully crafted by master perfumers with decades of experience, ensuring authenticity and exceptional quality." }, { - id: "2", title: "What makes your oud fragrances special?", content: "Our oud is sourced directly from the finest regions in the Middle East and processed using traditional methods. Each fragrance is carefully crafted by master perfumers with decades of experience, ensuring authenticity and exceptional quality." + id: "2", title: "How long do your fragrances last?", content: "Our premium fragrances typically last 6-8 hours on the skin. The longevity depends on skin type and application method. For best results, apply to pulse points such as wrists, behind ears, and inner elbows." }, { - id: "3", title: "How long do your fragrances last?", content: "Our premium fragrances typically last 6-8 hours on the skin. The longevity depends on skin type and application method. For best results, apply to pulse points such as wrists, behind ears, and inner elbows." + id: "3", title: "Do you offer international shipping?", content: "Yes, we ship internationally to most countries. Standard international shipping takes 7-14 business days. We also offer express shipping options for urgent orders." }, { - id: "4", title: "Do you offer international shipping?", content: "Yes, we ship internationally to most countries. Standard international shipping takes 7-14 business days. We also offer express shipping options for urgent orders." + id: "4", title: "What is your return policy?", content: "We offer a 30-day return policy for unopened fragrances in original packaging. If you're unsatisfied with your purchase, simply contact our customer service team to arrange a return or exchange." }, { - id: "5", title: "What is your return policy?", content: "We offer a 30-day return policy for unopened fragrances in original packaging. If you're unsatisfied with your purchase, simply contact our customer service team to arrange a return or exchange." + id: "5", title: "Are your fragrances suitable for sensitive skin?", content: "Most of our fragrances are formulated with natural ingredients and are generally well-tolerated. However, if you have sensitive skin, we recommend performing a patch test first or contacting our team for personalized recommendations." }, { - id: "6", title: "Are your fragrances suitable for sensitive skin?", content: "Most of our fragrances are formulated with natural ingredients and are generally well-tolerated. However, if you have sensitive skin, we recommend performing a patch test first or contacting our team for personalized recommendations." - }, - { - id: "7", title: "Can I create a custom fragrance?", content: "Yes! We offer custom fragrance creation services for bulk orders. Contact our team to discuss your requirements, and our master perfumers will work with you to create a unique signature scent." + id: "6", title: "Can I create a custom fragrance?", content: "Yes! We offer custom fragrance creation services for bulk orders. Contact our team to discuss your requirements, and our master perfumers will work with you to create a unique signature scent." } ]} /> @@ -254,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1