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", }, ]}