From 358981d8fc4f61b765e8d7db375d0285da7fb103 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 00:45:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec6f7c7..1a7844c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { id: "p2", name: "Ultraboost Light", price: "R 2,800", variant: "Adidas", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-tying-shoelaces_23-2148267173.jpg"}, { - id: "p3", name: "New Balance 550", price: "R 2,200", variant: "New Balance", imageSrc: "http://img.b2bpic.net/free-photo/classic-stylish-men-s-shoes_169016-5564.jpg"}, + id: "p3", name: "New Balance 550", price: "R 2,200", variant: "New Balance", imageSrc: "http://img.b2bpic.net/classic-stylish-men-s-shoes_169016-5564.jpg"}, { id: "p4", name: "6-Inch Premium Boot", price: "R 3,200", variant: "Timberland", imageSrc: "http://img.b2bpic.net/free-photo/view-shoes-man-nature_23-2148192720.jpg"}, { @@ -163,7 +163,7 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", title: "Do you deliver nationwide?", content: "Yes, we ship to all provinces across South Africa."}, + id: "q1", title: "Do you deliver nationwide?", content: "Yes, we ship nationwide with typical delivery times between 2-5 business days."}, { id: "q2", title: "Are these sneakers authentic?", content: "We only sell 100% authentic streetwear styles."}, { @@ -180,7 +180,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "canvas-reveal"}} - text="Ready to upgrade your collection? Order via our shop or click below for instant support on WhatsApp." + text="Ready to step up? Contact us on WhatsApp: 079 193 2641" buttons={[ { text: "Call Now", href: "tel:0791932641"}, -- 2.49.1