From 7be383b0e3ae496f360a9f2491ff606b925890dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:07:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0294814..3e223a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,7 +152,9 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Do you offer returns?", content: "Yes, returns are accepted within 30 days of purchase for all unworn items." }, { id: "q2", title: "Where do you ship?", content: "We ship globally to over 50 countries with tracking included." }, - { id: "q3", title: "Are materials sustainable?", content: "We prioritize organic and recycled materials in 80% of our current collection." } + { id: "q3", title: "Are materials sustainable?", content: "We prioritize organic and recycled materials in 80% of our current collection." }, + { id: "q4", title: "How do I choose the right size?", content: "Consult our detailed size guide on each product page, which includes measurements for the perfect fit." }, + { id: "q5", title: "What are your estimated shipping times?", content: "Orders are typically processed within 2 business days and arrive within 3-7 business days depending on your location." } ]} title="Common Questions" description="Everything you need to know about your order." @@ -174,4 +176,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file