diff --git a/src/app/page.tsx b/src/app/page.tsx index 3639e0d..36f4bbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,21 +90,21 @@ export default function LandingPage() { features={[ { title: "Expert Heating", description: "Repair and installation of furnaces and boilers with clear, honest pricing.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Service"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1", imageAlt: "Heating Service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Heating Inspection"} + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "Heating Inspection"} }, { title: "Cooling Systems", description: "AC repair and high-efficiency cooling upgrades for maximum home comfort.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Service"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=1", imageAlt: "AC Service"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "AC Installation"} + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=2", imageAlt: "AC Installation"} }, { title: "Air Quality", description: "Smart thermostats and filtration systems to keep your home healthy and efficient.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Air Quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=3", imageAlt: "Air Quality"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", imageAlt: "Filtration"} + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=3", imageAlt: "Filtration"} }, ]} showStepNumbers={false}