From 62baa7cb3480db28b6de52dc63283f81f72ce824 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 16:34:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aafa82d..4a83421 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandingPage() { description="When a pipe bursts, you don't want a sales pitch — you want someone who shows up and explains what they're doing. That's the standard we've built our name on." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-posing-holding-tool-light-background_140725-27004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-posing-holding-tool-light-background_140725-27004.jpg?_wi=1", imageAlt: "Plumbing service 1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=1", imageAlt: "Plumbing service 2", }, { @@ -176,7 +176,7 @@ export default function LandingPage() { description: "Repair and installation you can trust.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-posing-holding-tool-light-background_140725-27004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-builder-yellow-helmet-posing-holding-tool-light-background_140725-27004.jpg?_wi=2", imageAlt: "heating furnace system", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { description: "Keeping your home warm all winter.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721551.jpg?_wi=2", imageAlt: "heating furnace system", }, ]}