From 1b14eb95c1525ea72caa152c0fb3cb5811ae0bcb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:05:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9532b9f..1a1d1dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,15 +54,15 @@ export default function LandingPage() { testimonials={[ { name: "John Davis", handle: "Homeowner, Gardens", testimonial: "Fixed my washing machine in no time. Professional and affordable. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Davis" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Davis" }, { name: "Sarah Mitchell", handle: "Family, Constantia", testimonial: "Excellent service! Repaired our fridge and dishwasher. Very trustworthy team.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Mitchell" }, { name: "Mike Thompson", handle: "Homeowner, Newlands", testimonial: "Best repair service in Cape Town. Quick response and fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mike Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Mike Thompson" } ]} buttons={[ @@ -81,7 +81,7 @@ export default function LandingPage() { tag="Services" tagIcon={Hammer} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg?_wi=1" imageAlt="Washing machine repair service" mediaPosition="left" mediaAnimation="slide-up" @@ -160,16 +160,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "north", name: "Northern Suburbs", price: "Service Available", variant: "Durbanville, Kuils River, Brackenfell, Bellville", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Northern Cape Town suburbs" + id: "north", name: "Northern Suburbs", price: "Service Available", variant: "Durbanville, Kuils River, Brackenfell, Bellville", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=1", imageAlt: "Northern Cape Town suburbs" }, { - id: "south", name: "Southern Suburbs", price: "Service Available", variant: "Gardens, Constantia, Newlands, Bishopscourt", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Southern Cape Town suburbs" + id: "south", name: "Southern Suburbs", price: "Service Available", variant: "Gardens, Constantia, Newlands, Bishopscourt", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=2", imageAlt: "Southern Cape Town suburbs" }, { id: "east", name: "Eastern Areas", price: "Service Available", variant: "Observatory, Woodstock, Salt River, Strand", imageSrc: "http://img.b2bpic.net/free-photo/diagnostics-equipment-profile-serious-man-ooking-open-dishwasher-kitchen_259150-58280.jpg", imageAlt: "Eastern Cape Town areas" }, { - id: "west", name: "Western Seaboard", price: "Service Available", variant: "Camps Bay, Clifton, Bantry Bay, Sea Point", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg", imageAlt: "Western seaboard areas" + id: "west", name: "Western Seaboard", price: "Service Available", variant: "Camps Bay, Clifton, Bantry Bay, Sea Point", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg?_wi=2", imageAlt: "Western seaboard areas" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1