From 5ab3ac37a19d28c0afc462cfd035d770da2d13c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:07:44 +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 9ee63c9..b5a7930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@Google", testimonial: "Excellent service and very transparent pricing. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=1", imageAlt: "professional plumbing repair service team", }, { @@ -70,7 +70,7 @@ export default function LandingPage() { handle: "@Google", testimonial: "Very professional and arrived right on time. Great job.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=1", imageAlt: "professional plumbing repair service team", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@Google", testimonial: "Saved the day during our January cold snap. Absolute professionals.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=1", imageAlt: "professional plumbing repair service team", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@Google", testimonial: "Clean, quick, and very friendly service. Fixed my leak fast.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1", imageAlt: "professional plumbing repair service team", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@Google", testimonial: "Best plumbing experience I've had in St. Louis Park.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=1", imageAlt: "professional plumbing repair service team", }, ]} @@ -104,7 +104,7 @@ export default function LandingPage() { href: "tel:+19525222178", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-man-working-as-plumber_23-2150746301.jpg?_wi=2" imageAlt="Plumbing service truck" avatars={[ { @@ -156,22 +156,22 @@ export default function LandingPage() { { title: "Drain Cleaning", description: "High-pressure hydro-jetting to clear stubborn clogs.", - imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/profile-man-touching-socket-wall-with-screwdriver_259150-58245.jpg?_wi=2", }, { title: "Kitchen Plumbing", description: "Expert installations for sinks, faucets, and disposals.", - imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-kitchen-sink-faucet-close-up_58702-1744.jpg?_wi=2", }, { title: "Heating Systems", description: "Boiler and furnace repairs to keep you warm.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2", }, { title: "Water Heaters", description: "Tank and tankless water heater maintenance.", - imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23486.jpg?_wi=2", }, { title: "Leak Detection", -- 2.49.1