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