From f1477e0544d06e8f140d54174f8fe94d430bbc2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:12:37 +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 0e8c9a6..7c4b4bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function LandingPage() { description="Professional maintenance, repair, and installation for residential and commercial spaces. Your comfort is our priority." tag="Expert Care" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "air conditioning repair professional" }, - { imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg", imageAlt: "hvac repairman checking unit" }, - { imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg", imageAlt: "modern home electrical panel" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=1", imageAlt: "air conditioning repair professional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=1", imageAlt: "hvac repairman checking unit" }, + { imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg?_wi=1", imageAlt: "modern home electrical panel" }, { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-climbing-ladder_23-2148921409.jpg", imageAlt: "Full shot man climbing ladder" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-wearing-helmets_23-2149366669.jpg", imageAlt: "Medium shot smiley people wearing helmets" }, ]} @@ -76,16 +76,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-wearing-safety-helmets_23-2149366668.jpg", imageAlt: "air conditioning repair professional"}, { title: "Electrical Inspections", description: "Ensure your home remains safe and efficient.", buttonIcon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg", imageAlt: "air conditioning repair professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-mini-clipboard-with-winner-gesture-uniform-front-view_176474-21365.jpg?_wi=2", imageAlt: "air conditioning repair professional"}, { title: "Preventive Maintenance", description: "Extend unit lifespan and save on energy bills.", buttonIcon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg", imageAlt: "air conditioning repair professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/hvac-repairman-adjusts-pressure-levels_482257-91172.jpg?_wi=2", imageAlt: "air conditioning repair professional"}, { title: "Emergency Support", description: "Available when you need us the most.", buttonIcon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg", imageAlt: "air conditioning repair professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/light-switch-block-white-wall-modern-apartment-light-control_169016-69630.jpg?_wi=2", imageAlt: "air conditioning repair professional"}, { title: "Panel Upgrades", description: "Modernizing electrical systems for better safety.", buttonIcon: Zap, - imageSrc: "http://img.b2bpic.net/free-photo/crop-people-shaking-hands_23-2147668802.jpg", imageAlt: "air conditioning repair professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/crop-people-shaking-hands_23-2147668802.jpg?_wi=1", imageAlt: "air conditioning repair professional"}, ]} title="Our Expert Services" description="Comprehensive maintenance and installation packages for all your air conditioning and electrical needs." @@ -111,7 +111,7 @@ export default function LandingPage() {