diff --git a/src/app/page.tsx b/src/app/page.tsx
index 67da1ef..f3097e0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,9 +10,9 @@ import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/F
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterMedia from "@/components/sections/footer/FooterMedia";
-import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
+import FooterCard from "@/components/sections/footer/FooterCard";
+import { ShieldCheck, Wrench, DollarSign, Phone, Mail, MapPin, Facebook, Instagram, Twitter } from "lucide-react";
export default function HvacPage() {
return (
@@ -70,21 +70,13 @@ export default function HvacPage() {
title="Reliable Climate Solutions Since 2005"
description="AirPro HVAC has been keeping homes and businesses comfortable for nearly two decades. Our certified technicians deliver expert installations, maintenance, and repairs — backed by transparent pricing and a commitment to getting the job done right the first time."
metrics={[
- {
- value: "2,500+",
- title: "Systems installed and serviced",
- },
- {
- value: "98%",
- title: "Customer satisfaction rate",
- },
+ { value: "2,500+", title: "Systems installed and serviced" },
+ { value: "98%", title: "Customer satisfaction rate" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-2.jpg"
imageAlt="Commercial HVAC units on rooftop"
mediaBadge={{
- text: "Active Now",
- avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg",
- avatarAlt: "Technician"
+ text: "Active Now", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-3.jpg", avatarAlt: "Technician"
}}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -98,141 +90,27 @@ export default function HvacPage() {
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
- {
- title: "AC Installation",
- description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg",
- imageAlt: "AC installation service",
- },
- {
- 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",
- 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",
- 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",
- 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",
- },
+ { title: "AC Installation", description: "Expert installation of high-efficiency air conditioning systems for homes and commercial spaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" },
+ { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
+ { 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" },
]}
gridVariant="uniform-all-items-equal"
- uniformGridCustomHeightClasses="aspect-square"
- gridClassName="md:!grid-cols-3"
- carouselThreshold={7}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
-