From 10f8e94e88514a813fa7e666f2e4909e1074631a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 09:53:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42c87f4..a757fc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,15 +52,15 @@ export default function LandingPage() { testimonials={[ { name: "Thabo M.", handle: "Regular Customer", testimonial: "Best kota in Arcadia! Fast, fresh, and feels like home every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=1" }, { name: "Sipho K.", handle: "Local Worker", testimonial: "My lunch break isn't complete without MAMOUSH. The owners treat everyone with respect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg?_wi=1" }, { name: "Naledi T.", handle: "Neighborhood Resident", testimonial: "Affordable, delicious, and genuinely welcoming. A real community gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13250.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13250.jpg?_wi=1" } ]} buttons={[ @@ -124,15 +124,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Thabo Mthembu", role: "Software Developer", company: "Tech Worker, Arcadia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-goodlooking-tender-friendly-pretty-middleaged-30s-woman-extend-arm-hold-camera-hand-smiling-broadly-taking-selfie-photographing-record-videomessage-calling-husband_176420-51274.jpg?_wi=2" }, { id: "2", name: "Naledi Thorne", role: "Student", company: "University of Pretoria", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-being-body-positive_23-2148974042.jpg?_wi=2" }, { id: "3", name: "Sipho Khumalo", role: "Construction Manager", company: "Local Builder", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13250.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-striped-shirt-eyeglasses_273609-13250.jpg?_wi=2" }, { id: "4", name: "Amahle Mthembu", role: "Nurse", company: "Healthcare Worker", rating: 5, -- 2.49.1