diff --git a/src/app/page.tsx b/src/app/page.tsx index d054551..eda8b90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { 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: "q2", title: "How long is shipping?", content: "We guarantee delivery within 2-3 working days for major cities (Karachi, Lahore, Islamabad) and 4-6 working days for other regions across Pakistan, backed by our on-time arrival promise." }, { 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." } ]} @@ -170,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file