From 3d6e23829a556ee69119e0349acd6581cbe7f362 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 23:47:53 +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 a78aaa9..d054551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,6 +140,7 @@ export default function LandingPage() { { id: "q1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across Pakistan." }, { id: "q2", title: "How long is shipping?", content: "Typically 3-5 working days depending on location." }, { id: "q3", title: "Can I return items?", content: "Yes, we accept returns within 7 days of delivery." }, + { id: "q4", title: "How do I track my order?", content: "Once shipped, you'll receive a tracking link via SMS or email to monitor your package in real-time." } ]} sideTitle="Frequently Asked" faqsAnimation="slide-up" @@ -169,4 +170,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1