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 +}