From ba3d382004aa3a9fb566c6a2abc12b7587da6906 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 16:18:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 678b3ad..42a896f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,12 +144,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "f1", title: "Do you offer international shipping?", content: "Yes, we ship globally." }, - { id: "f2", title: "Can I return unused items?", content: "Within 30 days of purchase." }, - { id: "f3", title: "Do you provide bulk discounts?", content: "Yes, for orders over $500." }, + { id: "f1", title: "Do you offer international shipping?", content: "We ship globally to over 100 countries. Standard international shipping typically takes 7-14 business days, with tracking provided from our warehouse to your doorstep." }, + { id: "f2", title: "Can I return unused items?", content: "Yes, we accept returns on unused items in their original packaging within 30 days. Simply initiate a return request through your account portal, and our team will provide a prepaid shipping label for a hassle-free refund process." }, + { id: "f3", title: "Do you provide bulk discounts?", content: "Absolutely! We offer tiered bulk discounts for corporate or studio orders over $500. Contact our sales team directly to get a personalized quote and priority shipping options." }, ]} title="Common Questions" - description="Everything you need to know about Bhavan shopping experience." + description="Everything you need to know about the Bhavan shopping experience." faqsAnimation="blur-reveal" /> -- 2.49.1