From 265a59e0bdbdec78fbfeb4b6c5d54cfb722f9b4d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 02:15:56 +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 73b363d..e327776 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Joey was 10/10 AMAZING… arrived on time and very affordable!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=1", imageAlt: "plumber working on pipe professional", }, { @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@midland", testimonial: "Fixed everything fast and got our water back on immediately.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-aside-with-smile-face-talking-mobile-phone-standing-orange-wall_141793-71465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-aside-with-smile-face-talking-mobile-phone-standing-orange-wall_141793-71465.jpg?_wi=1", imageAlt: "friendly professional plumber portrait", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@client", testimonial: "Professional, friendly, and extremely reasonable pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=2", imageAlt: "plumber working on pipe professional", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@customer", testimonial: "Helped me out of a major bind when nobody else could.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-aside-with-smile-face-talking-mobile-phone-standing-orange-wall_141793-71465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-aside-with-smile-face-talking-mobile-phone-standing-orange-wall_141793-71465.jpg?_wi=2", imageAlt: "friendly professional plumber portrait", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@resident", testimonial: "The best local plumber, always a pleasure to deal with!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=3", imageAlt: "plumber working on pipe professional", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg?_wi=4" imageAlt="Professional plumbing service" avatars={[ { -- 2.49.1