From dab33f12d2436aae06d5599e1d5ba68bc90bb6fb Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:53:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fcb574c..22c1d1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,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", + 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", }, { @@ -83,25 +83,25 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=1", imageAlt: "Michael Chen testimonial", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=1", imageAlt: "Emily Rodriguez testimonial", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136448.jpg?_wi=1", imageAlt: "David Kim testimonial", }, ]} @@ -121,11 +121,11 @@ export default function HomePage() { icon: Wrench, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", + 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", + imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg?_wi=1", imageAlt: "Professional air conditioning maintenance", }, ], @@ -136,11 +136,11 @@ export default function HomePage() { icon: Flame, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", + 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", + 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", }, ], @@ -151,11 +151,11 @@ export default function HomePage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", + 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", + 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", }, ], @@ -166,11 +166,11 @@ export default function HomePage() { icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/service-man-instelling-house-heating-system-floor_1303-26531.jpg", + 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", + 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", }, ], @@ -192,7 +192,7 @@ export default function HomePage() { description="Founded on principles of honest work, fair pricing, and customer commitment." subdescription="Spence Heating & Air Conditioning Inc. - Your trusted local HVAC partner" icon={Home} - imageSrc="http://img.b2bpic.net/free-photo/family-generations_1098-15784.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-generations_1098-15784.jpg?_wi=1" imageAlt="Spence Heating & Air professional team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -207,7 +207,7 @@ export default function HomePage() { value: "4.9★", title: "Customer Rating", description: "Consistently excellent service and satisfaction", - 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", + 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=2", imageAlt: "Trusted HVAC service team", }, { @@ -215,7 +215,7 @@ export default function HomePage() { value: "28+", title: "Reviews", description: "Proven track record of happy homeowners", - imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=5", imageAlt: "Professional HVAC service", }, ]}