From 77cd022448492218ebd36bb8d2aa85c279c73ee2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 00:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 171ac70..deeffc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { href: "#about", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=1" imageAlt="Professional HVAC technician servicing unit" showDimOverlay={true} /> @@ -100,7 +100,7 @@ export default function LandingPage() { title: "Service Availability", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg?_wi=1" imageAlt="Smart home climate control" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -184,31 +184,31 @@ export default function LandingPage() { id: 1, title: "Schedule Online", description: "Book your appointment in minutes.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=2", }, { id: 2, title: "System Audit", description: "Detailed inspection of current units.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg?_wi=2", }, { id: 3, title: "Professional Fix", description: "Repair or installation executed.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=3", }, { id: 4, title: "Quality Check", description: "Testing efficiency and performance.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8678.jpg?_wi=3", }, { id: 5, title: "Ongoing Support", description: "Future maintenance reminders.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-engineer-standing-front-fixed-air-conditioner-proud-work-done-skilled-technician-contracted-by-customer-happy-with-smooth-maintenance-hvac-system-components_482257-70160.jpg?_wi=4", }, ]} title="The ClimatePro Process" -- 2.49.1