2 Commits

Author SHA1 Message Date
3d6e23829a Update src/app/page.tsx 2026-05-05 23:47:53 +00:00
c68efd3304 Merge version_1 into main
Merge version_1 into main
2026-05-05 23:47:03 +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>
);
}
}