From d34dafb8d468414e9bff619374fe205bd3a9e535 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:26:44 +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 53e845c..101aeae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,19 +135,19 @@ export default function LandingPage() { { title: "AC Installation", description: "Professional installation of high-efficiency air conditioning systems.", - imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=1", imageAlt: "AC Installation", }, { title: "System Repairs", description: "Quick diagnostics and repair for heating and cooling systems.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg?_wi=1", imageAlt: "System Repairs", }, { title: "Annual Maintenance", description: "Preventive maintenance plans to save you money on energy.", - imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg?_wi=1", imageAlt: "Annual Maintenance", }, ]} @@ -190,19 +190,19 @@ export default function LandingPage() { { title: "Air Quality Improvement", description: "Better filtration and cleaner air for your entire family.", - imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/serviceman-arriving-help-apprentice_482257-85127.jpg?_wi=2", imageAlt: "Air Quality", }, { title: "Energy Efficiency", description: "Lower energy bills by optimizing your hvac system's performance.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388955.jpg?_wi=2", imageAlt: "Energy Efficiency", }, { title: "Climate Zoning", description: "Custom temperature zones for every room in your home.", - imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/damaged-external-air-cooling-unit_482257-80199.jpg?_wi=2", imageAlt: "Climate Zoning", }, ]} -- 2.49.1