From 01f1a2b8bc9512910450b5d741b250a51f5e2e19 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:33:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bb09b8..a0f6ba2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "They arrived within 30 minutes! Life savers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/builder-young-man-construction-uniform-safety-helmet-holding-wrench-looking-camera-with-serious-face-standing-orange-background_141793-137937.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/builder-young-man-construction-uniform-safety-helmet-holding-wrench-looking-camera-with-serious-face-standing-orange-background_141793-137937.jpg?_wi=1", imageAlt: "professional emergency plumber gear", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@mtplumb", testimonial: "Fair pricing for an emergency call on a Sunday night.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-couple-lying-down-floor-their-new-home_637285-12448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-couple-lying-down-floor-their-new-home_637285-12448.jpg?_wi=1", imageAlt: "happy customer house interior", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Very professional and left the area spotless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-looking-up-middle-aged-man-wearing-green-t-shirt-isolated-olive-green-wall_141793-83179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-looking-up-middle-aged-man-wearing-green-t-shirt-isolated-olive-green-wall_141793-83179.jpg?_wi=1", imageAlt: "portrait happy middle aged man", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@davidwu", testimonial: "Fixed my pipe leak in under an hour. Great service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=1", imageAlt: "smiling woman home interior", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@juliap", testimonial: "Friendly team, handled everything with ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg?_wi=1", imageAlt: "happy family homeowner portrait", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "tel:5551234567", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/builder-young-man-construction-uniform-safety-helmet-holding-wrench-looking-camera-with-serious-face-standing-orange-background_141793-137937.jpg" + imageSrc="http://img.b2bpic.net/free-photo/builder-young-man-construction-uniform-safety-helmet-holding-wrench-looking-camera-with-serious-face-standing-orange-background_141793-137937.jpg?_wi=2" imageAlt="Emergency Plumber Professional" mediaAnimation="slide-up" avatars={[ @@ -208,7 +208,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "Unmatched speed! Arrived in under 30 minutes for a pipe burst.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-couple-lying-down-floor-their-new-home_637285-12448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-couple-lying-down-floor-their-new-home_637285-12448.jpg?_wi=2", }, { id: "2", @@ -216,7 +216,7 @@ export default function LandingPage() { handle: "@mtplumb", testimonial: "Fair pricing despite the middle-of-the-night emergency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/impressed-looking-up-middle-aged-man-wearing-green-t-shirt-isolated-olive-green-wall_141793-83179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-looking-up-middle-aged-man-wearing-green-t-shirt-isolated-olive-green-wall_141793-83179.jpg?_wi=2", }, { id: "3", @@ -224,7 +224,7 @@ export default function LandingPage() { handle: "@elenar", testimonial: "Very professional and clean work. Would hire again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg?_wi=2", }, { id: "4", @@ -232,7 +232,7 @@ export default function LandingPage() { handle: "@davidwu", testimonial: "Solved the leak that others couldn't find.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/resting-smiling-young-woman-sitting-home-sofa_259150-59716.jpg?_wi=2", }, { id: "5", -- 2.49.1