From e4c3a5058bc805093b600e3ee0cc46aa395d0219 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:03:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc0add5..13d6103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,16 +57,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-mechanic-working_23-2148480380.jpg", imageAlt: "Professional plumber performing repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg", imageAlt: "Emergency plumbing service response" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mobile-phone-used-by-manual-worker_329181-15641.jpg?_wi=1", imageAlt: "Emergency plumbing service response" }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Drain cleaning and maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1", imageAlt: "Drain cleaning and maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448509.jpg", imageAlt: "Leak detection and repair" + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448509.jpg?_wi=1", imageAlt: "Leak detection and repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg", imageAlt: "Mid-State Plumbing professional team" + imageSrc: "http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg?_wi=1", imageAlt: "Mid-State Plumbing professional team" } ]} mediaAnimation="blur-reveal" @@ -80,7 +80,7 @@ export default function LandingPage() { tag="Trusted Local Service" tagIcon={AlertCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-doing-diy-activity-online-content-creation_23-2151515882.jpg?_wi=2" imageAlt="Mid-State Plumbing experienced team" buttons={[{ text: "Learn More", href: "#services" }]} buttonAnimation="slide-up" @@ -92,27 +92,27 @@ export default function LandingPage() {