Update src/app/services/page.tsx

This commit is contained in:
2026-06-11 04:29:56 +00:00
parent f82df139b0
commit 256b359622

View File

@@ -67,10 +67,10 @@ export default function ServicesPage() {
title: "Heat Pump Install Support", description: "Expert ducting, venting, and airflow solutions that help your heat pump system perform beautifully.", icon: Activity,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250263.jpg", imageAlt: "Outdoor heat pump unit"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-heat-pump-outside-home_23-2149250263.jpg?_wi=2", imageAlt: "Outdoor heat pump unit"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/men-working-with-equipment-full-shot_23-2148921408.jpg", imageAlt: "Indoor air handler unit"
imageSrc: "http://img.b2bpic.net/free-photo/men-working-with-equipment-full-shot_23-2148921408.jpg?_wi=2", imageAlt: "Indoor air handler unit"
}
]
},
@@ -78,10 +78,10 @@ export default function ServicesPage() {
title: "Ductwork Installation & Replacement", description: "Custom ductwork designed for comfort, efficiency, and a clean fit within the realities of your home.", icon: Wind,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281313.jpg", imageAlt: "New ductwork in attic"
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281313.jpg?_wi=2", imageAlt: "New ductwork in attic"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388952.jpg", imageAlt: "Flexible ductwork in crawlspace"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388952.jpg?_wi=2", imageAlt: "Flexible ductwork in crawlspace"
}
]
},
@@ -89,10 +89,10 @@ export default function ServicesPage() {
title: "Home Ventilation", description: "Fresh air systems, ERVs, air handlers, and exhaust solutions that improve comfort and indoor air quality.", icon: Cloud,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg", imageAlt: "Home ERV unit"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388960.jpg?_wi=2", imageAlt: "Home ERV unit"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281304.jpg", imageAlt: "Modern residential air handler"
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281304.jpg?_wi=2", imageAlt: "Modern residential air handler"
}
]
},
@@ -100,10 +100,10 @@ export default function ServicesPage() {
title: "Kitchen Venting & Hood Fan Installation", description: "Clean, efficient venting installations completed with care and attention to detail.", icon: CookingPot,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg", imageAlt: "Modern kitchen hood fan"
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-breakfast-home_657883-479.jpg?_wi=2", imageAlt: "Modern kitchen hood fan"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-opening-kitchen-hoods_23-2147810080.jpg", imageAlt: "Technician installing kitchen hood vent"
imageSrc: "http://img.b2bpic.net/free-photo/female-opening-kitchen-hoods_23-2147810080.jpg?_wi=2", imageAlt: "Technician installing kitchen hood vent"
}
]
},
@@ -111,10 +111,10 @@ export default function ServicesPage() {
title: "Renovation & Retrofit Work", description: "Thoughtful solutions for older homes, attics, crawlspaces, and renovation projects with real-world constraints.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg", imageAlt: "HVAC installation during older home renovation"
imageSrc: "http://img.b2bpic.net/free-photo/abstract-minimal-background-with-floor_23-2149207747.jpg?_wi=2", imageAlt: "HVAC installation during older home renovation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg", imageAlt: "Technician working on HVAC in an attic"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388990.jpg?_wi=2", imageAlt: "Technician working on HVAC in an attic"
}
]
}