From e52f0822f23314de82ace0e89f1dda8cd5b94553 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:44:40 +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 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} -- 2.49.1