From 35c2e8258eb66348be050d5bca8c05c415225372 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 15:59:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8b83fd..88d20e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=1" imageAlt="Dodson Brothers professional plumbing services in Norfolk, Nebraska" /> @@ -82,19 +82,19 @@ export default function LandingPage() { { title: "Emergency Plumbing", description: "24/7 rapid response for your urgent plumbing emergencies.", - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=1", imageAlt: "Emergency plumbing service", }, { title: "Drain Cleaning", description: "High-quality drain cleaning to prevent clogs and backups.", - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=2", imageAlt: "Drain cleaning tools", }, { title: "Water Heater Repair", description: "Fast repair and professional installation of water heating systems.", - imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-adjusting-water-tap-with-wrench_259150-58269.jpg?_wi=3", imageAlt: "Water heater service", }, ]} @@ -114,7 +114,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg?_wi=2" imageAlt="Our experienced plumbing team" /> -- 2.49.1