From 8dce25da31a8c2482f66857f8b2747fd05a351e6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:50:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 454f31e..027cc87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,9 +55,9 @@ export default function LandingPage() { tag="Expert HVAC Services" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg", imageAlt: "Technician checking unit"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg?_wi=1", imageAlt: "Technician checking unit"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg", imageAlt: "Smart thermostat display"} + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg?_wi=1", imageAlt: "Smart thermostat display"} ]} mediaAnimation="slide-up" rating={5} @@ -87,7 +87,7 @@ export default function LandingPage() { features={[ { title: "AC Maintenance", description: "Ensure your cooling system runs at peak efficiency all summer long.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg", imageAlt: "AC maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg?_wi=2", imageAlt: "AC maintenance"}, items: [ { icon: CheckCircle, @@ -100,7 +100,7 @@ export default function LandingPage() { }, { title: "Heating Systems", description: "Expert repairs and installations for heaters and furnaces.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg", imageAlt: "Heating system"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-using-home-technology_23-2149216638.jpg?_wi=2", imageAlt: "Heating system"}, items: [ { icon: CheckCircle, @@ -113,7 +113,7 @@ export default function LandingPage() { }, { title: "Indoor Air Quality", description: "Solutions to breathe cleaner, healthier air inside your home.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg", imageAlt: "Air quality"}, + imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-windows_250224-166.jpg?_wi=3", imageAlt: "Air quality"}, items: [ { icon: CheckCircle, -- 2.49.1