From 7057951e7a9ba6e96431634fd484461bd38c79ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 20:29:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ba8e5a..2490a78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { title="Appliance Repairs in Cape Town" description="Expert repair services for washing machines, fridges, ovens, dishwashers, and dryers. Fast response, professional technicians, guaranteed quality." tag="24/7 Emergency Service" - imageSrc="http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=1" imageAlt="Professional appliance repair technician" textPosition="bottom-left" showBlur={true} @@ -93,7 +93,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Cape Town", name: "Southern Suburbs", price: "Same-day service", rating: 5, - reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg", imageAlt: "Southern Suburbs service area" + reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/young-male-electrician-doing-some-repairs-laundry-room-looking-washing-machine_662251-2755.jpg?_wi=2", imageAlt: "Southern Suburbs service area" }, { id: "2", brand: "Cape Town", name: "Northern Suburbs", price: "Same-day service", rating: 5, @@ -122,11 +122,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Constantia", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { id: "2", name: "Michael Chen", role: "Property Manager", company: "Camps Bay", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Lisa Williams", role: "Restaurant Owner", company: "Woodstock", rating: 5, @@ -134,7 +134,7 @@ export default function LandingPage() { }, { id: "4", name: "David Kowalski", role: "Business Owner", company: "Newlands", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kowalski" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "David Kowalski" } ]} kpiItems={[ -- 2.49.1