Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-05 23:47:57 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}