From 0441095207f0d40af3c3dc0eb8ccc0956cf3b8d5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:28:53 +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 5243f19..834f109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,9 +140,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { id: "q1", title: "Shipping times?", content: "Generally 3-5 business days." }, - { id: "q2", title: "Return policy?", content: "You can return items within 14 days." }, - { id: "q3", title: "Custom styling?", content: "Reach out to us for consultations." } + { id: "q1", title: "Do you offer international shipping?", content: "Yes, we ship globally! Shipping fees and delivery estimates are calculated at checkout based on your location and carrier selected." }, + { id: "q2", title: "Where can I find the size guide?", content: "Our detailed size guide is available on each individual product page. We recommend measuring yourself and comparing it to our charts to ensure the perfect fit." }, + { id: "q3", title: "Return policy?", content: "You can return items within 14 days of receipt in original condition." } ]} title="Questions?" description="Here is what you might want to know."