From f700534bef1caa802d282996a72097f1bc1b4072 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 22:34:46 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2370f18..61c99d6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -65,12 +65,12 @@ export default function ServicesPage() { title="Our Services" description="From fast repairs to full system upgrades, we handle all your heating and cooling needs with expertise and care." features={[ - { id: "1", title: "AC Repair", tags: ["Cooling"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Technician repairing an air conditioning unit" }, - { id: "2", title: "Furnace Repair", tags: ["Heating"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Technician checking a furnace" }, - { id: "3", title: "Heat Pump Installation", tags: ["HVAC"], imageSrc: "https://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg", imageAlt: "Heat pump being installed" }, - { id: "4", title: "New System Replacements", tags: ["Upgrade"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "New HVAC system parts" }, - { id: "5", title: "Maintenance & Filter Changes", tags: ["Care"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Technician changing an air filter" }, - { id: "6", title: "Smart Thermostat Setup", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", imageAlt: "Hand adjusting a smart thermostat" } + { id: "1", title: "AC Repair", tags: ["Cooling"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=7", imageAlt: "Technician repairing an air conditioning unit" }, + { id: "2", title: "Furnace Repair", tags: ["Heating"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=8", imageAlt: "Technician checking a furnace" }, + { id: "3", title: "Heat Pump Installation", tags: ["HVAC"], imageSrc: "https://img.b2bpic.net/free-photo/defective-manometers-zoom-shot_482257-96171.jpg?_wi=2", imageAlt: "Heat pump being installed" }, + { id: "4", title: "New System Replacements", tags: ["Upgrade"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=9", imageAlt: "New HVAC system parts" }, + { id: "5", title: "Maintenance & Filter Changes", tags: ["Care"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=10", imageAlt: "Technician changing an air filter" }, + { id: "6", title: "Smart Thermostat Setup", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg?_wi=2", imageAlt: "Hand adjusting a smart thermostat" } ]} animationType="slide-up" textboxLayout="default" @@ -88,8 +88,8 @@ export default function ServicesPage() { description="Experience quiet, efficient performance with our expert installations of new heating and cooling systems." features={[ { id: "1", title: "Furnace & Heat Pump Installs", tags: ["Heating", "Cooling"], imageSrc: "https://img.b2bpic.net/free-photo/full-shot-woman-with-legs-heater_23-2149308984.jpg", imageAlt: "New furnace and heat pump installation" }, - { id: "2", title: "New AC Systems", tags: ["Cooling"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "Brand new air conditioning system" }, - { id: "3", title: "Smart Thermostat Setup", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg", imageAlt: "Smart thermostat with phone app" } + { id: "2", title: "New AC Systems", tags: ["Cooling"], imageSrc: "https://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg?_wi=11", imageAlt: "Brand new air conditioning system" }, + { id: "3", title: "Smart Thermostat Setup", tags: ["Tech"], imageSrc: "https://img.b2bpic.net/free-photo/digital-tablet-screen-with-smart-home-controller-wooden-table_53876-96317.jpg?_wi=3", imageAlt: "Smart thermostat with phone app" } ]} animationType="slide-up" textboxLayout="default" @@ -124,7 +124,7 @@ export default function ServicesPage() {