From 0f8deed74c574285131f47c50b7d686c2f6a6e73 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:16:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8112332..5547704 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@johndoe", testimonial: "Excellent service! They fixed my leaking toilet in no time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=1", imageAlt: "professional plumber working", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@bobjohnson", testimonial: "Fastest emergency response I've ever experienced.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg?_wi=1", imageAlt: "professional plumber working", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@alicebrown", testimonial: "Great work on our water heater replacement. Fair pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=1", imageAlt: "professional plumber working", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@charliedavis", testimonial: "Knowledgeable and reliable. Will call them again.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg?_wi=1", imageAlt: "professional plumber working", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746303.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746310.jpg", @@ -166,17 +166,17 @@ export default function LandingPage() { { title: "Drain & Sewer Services", description: "Expert drain cleaning and sewer repair to ensure your home's plumbing flows without interruptions.", - imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garbage-man_1368-1757.jpg?_wi=2", }, { title: "Water Heating Systems", description: "Full-service installation and repair for residential and commercial water heaters.", - imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/albino-worker-with-face-mask-tightening-valve-construction-site_637285-8178.jpg?_wi=2", }, { title: "General Repairs & Leak Detection", description: "From faucet installations to complex leak detection, we provide thorough residential plumbing repair.", - imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/single-tool-isolated-with-copy-space_1194-639256.jpg?_wi=2", }, ]} title="Comprehensive Plumbing Solutions" -- 2.49.1