From e36bb8967cc6c2ae5a028d76ce6e16ff91982d62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:33:28 +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 2dc8ee1..9754833 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,19 +112,19 @@ export default function LandingPage() { { title: "AC Installation", description: "High-efficiency cooling systems designed for your home.", - imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg?_wi=1", imageAlt: "AC Installation", }, { title: "Furnace Repair", description: "Quick and reliable heater maintenance and repair.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg?_wi=1", imageAlt: "Furnace Repair", }, { title: "Air Quality", description: "Clean, filtered air solutions for better respiratory health.", - 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: "Air Quality Services", }, ]} @@ -169,21 +169,21 @@ export default function LandingPage() { id: 1, title: "Schedule Appointment", description: "Book easily online or over the phone.", - imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/defective-external-air-conditioner_482257-91071.jpg?_wi=2", imageAlt: "Scheduling", }, { id: 2, title: "Expert Consultation", description: "We analyze and explain the solution clearly.", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-solid-fuel-boiler-working-with-biofuels-economical-heating_169016-14794.jpg?_wi=2", imageAlt: "Consultation", }, { id: 3, title: "Professional Repair", description: "High-quality, fast, and clean technical service.", - 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: "Repair", }, ]} -- 2.49.1