Update src/app/services/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</div>
|
||||
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952424.jpg?_wi=2"
|
||||
imageAlt="Map showing service area for heating and air conditioning company"
|
||||
columns={footerColumns}
|
||||
logoText="Diaz Heating & Air Conditioning"
|
||||
|
||||
Reference in New Issue
Block a user