diff --git a/src/app/page.tsx b/src/app/page.tsx index ef44d8c..6d3908b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/knowleadgeable-engineer-commissioned-leaks-checking-making-sure-all-hvac-system-vents-are-clear-debris-efficient-technician-doing-annual-maintenance-inspection-finishing-paperwork_482257-63964.jpg", imageAlt: "Spence Heating & Air professional technician team"}, + imageSrc: "http://img.b2bpic.net/free-photo/knowleadgeable-engineer-commissioned-leaks-checking-making-sure-all-hvac-system-vents-are-clear-debris-efficient-technician-doing-annual-maintenance-inspection-finishing-paperwork_482257-63964.jpg?_wi=1", imageAlt: "Spence Heating & Air professional technician team"}, { imageSrc: "http://img.b2bpic.net/free-photo/ventilation-duct-building-roof_1387-547.jpg", imageAlt: "Modern HVAC air conditioning unit installation"}, ]} @@ -92,36 +92,36 @@ export default function HomePage() { title: "AC Repair & Service", description: "Expert diagnosis and repair of air conditioning systems. Fast service to get your home cool again.", icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "HVAC technician performing AC repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=1", imageAlt: "HVAC technician performing AC repair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", imageAlt: "Professional air conditioning maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg?_wi=1", imageAlt: "Professional air conditioning maintenance"}, ], }, { title: "Heating System Installation", description: "Professional installation of new heating systems with energy-efficient models for maximum comfort.", icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", imageAlt: "Heating system installation work"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg?_wi=2", imageAlt: "Heating system installation work"}, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Technician installing heating equipment"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2", imageAlt: "Technician installing heating equipment"}, ], }, { title: "Preventive Maintenance", description: "Regular maintenance keeps your system running smoothly and prevents costly repairs down the road.", icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "HVAC preventive maintenance service"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=3", imageAlt: "HVAC preventive maintenance service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", imageAlt: "Air filter replacement and inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg?_wi=3", imageAlt: "Air filter replacement and inspection"}, ], }, { title: "Emergency 24/7 Service", description: "HVAC emergencies don't wait. We're available around the clock for urgent heating and cooling issues.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", imageAlt: "Emergency HVAC service response"}, + imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg?_wi=4", imageAlt: "Emergency HVAC service response"}, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", imageAlt: "Rapid response technician arrival"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=4", imageAlt: "Rapid response technician arrival"}, ], }, ]} @@ -152,9 +152,9 @@ export default function HomePage() {