From 9a7929028d17bca24a731739ad25ac5c11046ee1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:36:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 221a581..1d35f2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,10 +64,10 @@ export default function LandingPage() { title: "Emergency Plumbing", description: "24/7 emergency response for burst pipes, leaks, and clogs. Available nights, weekends, and holidays.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Emergency plumbing repair" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=1", imageAlt: "Emergency plumbing repair" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Plumbing installation" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=2", imageAlt: "Plumbing installation" } ] }, @@ -75,10 +75,10 @@ export default function LandingPage() { title: "HVAC Installation & Repair", description: "Professional air conditioning and heating system installation, maintenance, and emergency repairs.", icon: Wind, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg", imageAlt: "HVAC system installation" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg?_wi=1", imageAlt: "HVAC system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg", imageAlt: "Air conditioning repair" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-heater_23-2149339530.jpg?_wi=2", imageAlt: "Air conditioning repair" } ] }, @@ -86,10 +86,10 @@ export default function LandingPage() { title: "Heating Systems", description: "Furnace installation, maintenance, and repair. Keep your home warm and comfortable year-round.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Heating system installation" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=1", imageAlt: "Heating system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Furnace maintenance" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=2", imageAlt: "Furnace maintenance" } ] }, @@ -97,10 +97,10 @@ export default function LandingPage() { title: "Water Heater Services", description: "Installation, repair, and replacement of water heaters for reliable hot water supply.", icon: Thermometer, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg", imageAlt: "Water heater installation" + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-plumber-sitting-floor-repairing-kitchen-sink_1098-17780.jpg?_wi=3", imageAlt: "Water heater installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg", imageAlt: "Water heater repair" + imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-refrigerant-leaks_482257-85108.jpg?_wi=3", imageAlt: "Water heater repair" } ] } @@ -118,7 +118,7 @@ export default function LandingPage() { description="Your Trusted Partner" subdescription="Master Plumbing Heating & AC" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg?_wi=1" imageAlt="Professional HVAC training" mediaAnimation="slide-up" useInvertedBackground={true} @@ -167,7 +167,7 @@ export default function LandingPage() { description="Launching Your Career" subdescription="Paid Training, Steady Work, Growth Opportunity" icon={Briefcase} - imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg" + imageSrc="http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg?_wi=2" imageAlt="Apprenticeship training program" mediaAnimation="slide-up" useInvertedBackground={true} -- 2.49.1