Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-06-12 21:15:14 +00:00

View File

@@ -71,9 +71,9 @@ export default function HvacPage() {
description="Air Capital Cooling & Heating proudly provides dependable HVAC services for homes and businesses. From AC repairs and system installations to preventative maintenance, we focus on honest service, quality workmanship, and customer satisfaction."
metrics={[
{
value: " ", title: "Systems installed and serviced"},
value: " ", title: "Fast & Reliable Service"},
{
value: "98%", title: "Customer satisfaction rate"},
value: " ", title: '5-Star Customer Reviews"'},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Commercial HVAC units on rooftop"
@@ -88,7 +88,7 @@ export default function HvacPage() {
<div id="services" data-section="services">
<FeatureCardOne
title="Our Services"
description="From installations to emergency repairs, we have your comfort covered."
description="Professional HVAC services designed to keep your home or business comfortable year round."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
@@ -97,11 +97,11 @@ export default function HvacPage() {
{
title: "Heating Systems", description: "Complete furnace and heat pump installations to keep you warm through every winter.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-5.jpg", imageAlt: "Heating system service"},
{
title: "Maintenance Plans", description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "HVAC maintenance"},
title: "Preventative Maintenance", description: "Preventative maintenance programs that extend the life of your system and reduce energy costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=1", imageAlt: "HVAC maintenance"},
{
title: "Emergency Repairs", description: "24/7 emergency repair service — we respond fast when your system breaks down unexpectedly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=1", imageAlt: "Emergency HVAC repair"},
{
title: "Duct Cleaning", description: "Professional duct cleaning to improve air quality and system efficiency throughout your property.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Duct cleaning service"},
title: "HVAC Diagnostics & Inspections", description: "Complete system inspections to identify issues and keep your HVAC running efficiently.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=1", imageAlt: "Duct cleaning service"},
{
title: "System Inspections", description: "Thorough inspections with detailed reports and transparent recommendations — no hidden fees.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-9.jpg", imageAlt: "HVAC system inspection"},
]}
@@ -199,11 +199,11 @@ export default function HvacPage() {
<ContactCTA
tag="Get in Touch"
tagIcon={Phone}
title="Need Expert HVAC Service? Contact Us Today!"
title="Need HVAC Service? We're Ready to Help"
description="Our certified technicians are ready to provide top-tier heating, cooling, and air quality solutions for your home or business. Get a free estimate or schedule service now."
buttons={[
{ text: "Get a Free Quote", href: "#contact" },
{ text: "Call (555) 123-4567", href: "tel:5551234567" },
{ text: "Call (832) 853-0875", href: "tel:5551234567" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}