From a5a29446b41d5417850b4997d617d8770c14fabf Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 00:56:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1284d3e..2255b6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,15 +74,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg?_wi=1", imageAlt: "HVAC technician", }, { - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-plexus-design_1048-12775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-plexus-design_1048-12775.jpg?_wi=1", imageAlt: "Abstract lines", }, { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55463.jpg?_wi=1", imageAlt: "Electrical work", }, { @@ -129,19 +129,19 @@ export default function LandingPage() { { title: "Heating & Furnaces", description: "Boiler, furnace, and heat pump service for comfort.", - imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg?_wi=2", imageAlt: "Serviceman arriving to help apprentice", }, { title: "Plumbing", description: "Drain clearing, water heaters, and leak detection.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-plexus-design_1048-12775.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-low-poly-plexus-design_1048-12775.jpg?_wi=2", imageAlt: "Serviceman arriving to help apprentice", }, { title: "Electrical", description: "Safe, professional panel upgrades and wiring.", - imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-55463.jpg?_wi=2", imageAlt: "Serviceman arriving to help apprentice", }, ]}