From 35a9e79037839a3e796019f1edb4e3d62952270a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:44:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aceb613..28cd434 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -202,7 +202,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", title: "What is your shipping policy?", content: "We offer standard and expedited shipping options. Standard shipping typically takes 5-7 business days, while expedited shipping delivers within 2-3 business days. Free shipping is available on all orders over $100."}, + id: "f1", title: "What is your shipping policy?", content: "We offer standard (5-7 business days) and expedited (2-3 business days) shipping. Free shipping is available for orders over $100."}, { id: "f2", title: "Can I return or exchange a product?", content: "Yes, we accept returns and exchanges within 30 days of purchase, provided the items are in their original condition with tags attached. Please visit our Returns & Exchanges page for detailed instructions."}, { -- 2.49.1