From 5b7439ea1786cd08326460a2b05a3b21f23d1fb3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 03:57:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 337f8f0..11282e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,8 +56,8 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/worker-testing-condenser-blower-fan_482257-80206.jpg", imageAlt: "Professional HVAC technician" }, - { imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg", imageAlt: "AC repair service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg", imageAlt: "Furnace repair service" } + { imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg?_wi=1", imageAlt: "AC repair service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg?_wi=1", imageAlt: "Furnace repair service" } ]} mediaAnimation="slide-up" /> @@ -76,13 +76,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "ac-repair", name: "Air Conditioning Repair", price: "Fast Diagnosis", variant: "Expert repair service", imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg", imageAlt: "AC repair" + id: "ac-repair", name: "Air Conditioning Repair", price: "Fast Diagnosis", variant: "Expert repair service", imageSrc: "http://img.b2bpic.net/free-photo/team-working-with-manometers_482257-75920.jpg?_wi=2", imageAlt: "AC repair" }, { - id: "ac-install", name: "AC Installation", price: "Professional Install", variant: "Energy-efficient systems", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg", imageAlt: "AC installation" + id: "ac-install", name: "AC Installation", price: "Professional Install", variant: "Energy-efficient systems", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg?_wi=1", imageAlt: "AC installation" }, { - id: "furnace-repair", name: "Furnace Repair", price: "Reliable Service", variant: "Winter heating solutions", imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg", imageAlt: "Furnace repair" + id: "furnace-repair", name: "Furnace Repair", price: "Reliable Service", variant: "Winter heating solutions", imageSrc: "http://img.b2bpic.net/free-photo/trained-engineer-certified-technician-opening-up-old-faulty-hvac-system-replace-it-with-new-performant-outside-air-conditioner-after-draining-refrigerant-replacing-ductwork_482257-70157.jpg?_wi=2", imageAlt: "Furnace repair" }, { id: "furnace-install", name: "Furnace Installation", price: "High Performance", variant: "New heating systems", imageSrc: "http://img.b2bpic.net/free-photo/hands-preparing-machine-scanning_23-2149341559.jpg", imageAlt: "Furnace installation" @@ -91,7 +91,7 @@ export default function LandingPage() { id: "maintenance", name: "HVAC Maintenance", price: "Preventive Care", variant: "System longevity", imageSrc: "http://img.b2bpic.net/free-photo/person-working-building-construction_23-2149184906.jpg", imageAlt: "Maintenance service" }, { - id: "emergency", name: "Emergency HVAC Service", price: "Rapid Response", variant: "24/7 availability", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg", imageAlt: "Emergency service" + id: "emergency", name: "Emergency HVAC Service", price: "Rapid Response", variant: "24/7 availability", imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg?_wi=2", imageAlt: "Emergency service" } ]} buttons={[{ text: "Book Service Today", href: "contact" }]} -- 2.49.1