From f358c05981f2a8de03c272c7ef22ad899a01323e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:43:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aa40a95..7c20f0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,11 +125,11 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2", imageAlt: "Heating Inspection", }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250262.jpg", @@ -139,28 +139,28 @@ export default function LandingPage() { 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", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=2", imageAlt: "AC Installation", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=3", imageAlt: "professional hvac technician furnace", }, { 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", + imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=4", imageAlt: "Air Quality", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=3", imageAlt: "Filtration", }, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-abandoned-house-with-fence_23-2149454799.jpg?_wi=4", imageAlt: "modern home air conditioning unit", }, ]} -- 2.49.1