5 Commits

Author SHA1 Message Date
73432325f8 Merge version_4 into main
Merge version_4 into main
2026-05-05 23:49:44 +00:00
5389eac535 Update src/app/page.tsx 2026-05-05 23:49:41 +00:00
22cabf4704 Merge version_3 into main
Merge version_3 into main
2026-05-05 23:48:43 +00:00
ce6a742727 Update src/app/page.tsx 2026-05-05 23:48:40 +00:00
993e8839af Merge version_2 into main
Merge version_2 into main
2026-05-05 23:47:57 +00:00

View File

@@ -57,9 +57,9 @@ export default function LandingPage() {
title="Your Trusted Local Marketplace" title="Your Trusted Local Marketplace"
description="We are bridging the gap between quality manufacturers and the Pakistani consumer, providing a seamless shopping experience." description="We are bridging the gap between quality manufacturers and the Pakistani consumer, providing a seamless shopping experience."
bulletPoints={[ bulletPoints={[
{ title: "Verified Quality", description: "Strict quality control on every single item." }, { title: "Shop with Confidence: Certified Quality on Every Item", description: "Strict quality control on every single item." },
{ title: "Fast Shipping", description: "Nationwide delivery across all provinces." }, { title: "Fast Delivery: Nationwide Shipping", description: "Nationwide delivery across all provinces." },
{ title: "Secure Payments", description: "Cash on delivery and secure digital options." }, { title: "Flexible Payments: Secure & Convenient", description: "Cash on delivery and secure digital options." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg" imageSrc="http://img.b2bpic.net/free-photo/business-team-office_1098-746.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -138,7 +138,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ id: "q1", title: "Do you offer COD?", content: "Yes, we offer Cash on Delivery across Pakistan." }, { 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: "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." } { 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." }
]} ]}