From d1650cd55e9a8953dbac2b35af51fe0af6b08446 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:24:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a2ec12..7b098a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,6 +130,7 @@ export default function LandingPage() { { id: "f1", title: "How is sizing?", content: "Our sizing runs true to size. Please see the size guide." }, { id: "f2", title: "Shipping times?", content: "Standard shipping takes 3-5 business days." }, { id: "f3", title: "Return policy?", content: "We offer 30-day hassle-free returns on all unworn items." }, + { id: "f4", title: "International Shipping & Tracking?", content: "We offer worldwide shipping. You will receive a tracking link via email as soon as your order ships, allowing you to monitor its progress until it arrives at your door." }, ]} imageSrc="http://img.b2bpic.net/free-photo/clothes-designers-working-store_23-2148915553.jpg" title="Common Questions" @@ -170,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1