From 216eea62678c0b57e160c9ff665f4df3aadb76ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 17:49:46 +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 8a3c67a..907a60b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg?_wi=1" imageAlt="Celtic HVAC/R Technician at work" mediaAnimation="slide-up" avatars={[ @@ -149,19 +149,19 @@ export default function LandingPage() { { title: "Furnace Repair", description: "Troubleshooting and replacement for all makes and models.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg?_wi=1", imageAlt: "Furnace Repair", }, { title: "AC Services", description: "Stay cool during Calgary summers with professional AC installs.", - imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg?_wi=1", imageAlt: "AC Service", }, { title: "Water Heaters", description: "Reliable hot water tank replacement and maintenance.", - imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg?_wi=1", imageAlt: "Water Tank Service", }, ]} @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "Darren fixed our furnace in one visit after others suggested unnecessary parts. Honest and fast!", tag: "Emergency Repair", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-hugging_23-2148238935.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-wearing-safety-helmets_23-2149366665.jpg?_wi=2", imageAlt: "professional hvac technician smiling", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "Called at midnight for no heat. They arrived within 45 minutes. Incredible service.", tag: "Emergency", avatarSrc: "http://img.b2bpic.net/free-photo/man-having-videocall-work_23-2148940774.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-fixing-screw-computer-slot_23-2147922398.jpg?_wi=2", imageAlt: "furnace repair service", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "The only company I trust for our water tank and AC maintenance.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/repairman-doing-air-conditioner-service_1303-26543.jpg?_wi=2", imageAlt: "air conditioning installation service", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "Fantastic service. Explained every step clearly.", tag: "Repair", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-couple-hugging_23-2148238935.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-68888.jpg?_wi=2", imageAlt: "hot water tank replacement", }, ]} -- 2.49.1