diff --git a/src/app/page.tsx b/src/app/page.tsx index 5879457..67da1ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,9 +9,9 @@ import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterBase from "@/components/sections/footer/FooterBase"; +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"; export default function HvacPage() { @@ -71,14 +71,20 @@ export default function HvacPage() { 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: "2,500+", + title: "Systems installed and serviced", + }, { - value: "98%", title: "Customer satisfaction rate"}, + 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" @@ -93,21 +99,46 @@ export default function HvacPage() { 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?_wi=1", imageAlt: "AC installation service"}, + 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: "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: "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?_wi=1", imageAlt: "Emergency HVAC repair"}, + 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?_wi=1", imageAlt: "Duct cleaning service"}, + 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?_wi=1", imageAlt: "HVAC system inspection"}, + 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", + }, ]} gridVariant="uniform-all-items-equal" uniformGridCustomHeightClasses="aspect-square" gridClassName="md:!grid-cols-3" + carouselThreshold={7} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -119,13 +150,19 @@ export default function HvacPage() { features={[ { icon: ShieldCheck, - title: "Reliability & Trust", description: "Looking for a dependable HVAC company? We arrive on time and do the job right."}, + title: "Reliability & Trust", + description: "Looking for a dependable HVAC company? We arrive on time and do the job right.", + }, { icon: Wrench, - title: "Quality Workmanship", description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials."}, + title: "Quality Workmanship", + description: "Our skilled technicians excel in various HVAC repairs, using only top-quality materials.", + }, { icon: DollarSign, - title: "Fair & Transparent Pricing", description: "No surprises here! We offer clear quotes and fair pricing for quality work."}, + title: "Fair & Transparent Pricing", + description: "No surprises here! We offer clear quotes and fair pricing for quality work.", + }, ]} textboxLayout="default" animationType="slide-up" @@ -137,13 +174,29 @@ export default function HvacPage() { description="Our simple process from first call to finished job" features={[ { - title: "Schedule a Call", description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg?_wi=2", imageAlt: "Scheduling a service call"}, + title: "Schedule a Call", + description: "Contact us by phone or online to describe your HVAC issue. We'll find a time that works for you.", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-6.jpg", + imageAlt: "Scheduling a service call", + }, { - title: "On-Site Diagnosis", description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg?_wi=2", imageAlt: "Technician diagnosing HVAC system"}, + title: "On-Site Diagnosis", + description: "A certified technician arrives on time, inspects your system, and explains the issue with a clear quote.", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-7.jpg", + imageAlt: "Technician diagnosing HVAC system", + }, { - title: "Expert Repair or Install", description: "We complete the work using premium parts and proven techniques — most jobs done same day.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg?_wi=2", imageAlt: "HVAC repair in progress"}, + title: "Expert Repair or Install", + description: "We complete the work using premium parts and proven techniques — most jobs done same day.", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg", + imageAlt: "HVAC repair in progress", + }, { - title: "Quality Guarantee", description: "We test everything before we leave and back all work with our satisfaction guarantee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg?_wi=2", imageAlt: "Final quality check"}, + title: "Quality Guarantee", + description: "We test everything before we leave and back all work with our satisfaction guarantee.", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-8.jpg", + imageAlt: "Final quality check", + }, ]} textboxLayout="default" useInvertedBackground={false} @@ -154,14 +207,32 @@ export default function HvacPage() { description="Hear from homeowners and businesses who trust AirPro HVAC." testimonials={[ { - id: "1", name: "James R.", handle: "Homeowner, Austin TX", testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "James R."}, + id: "1", + name: "James R.", + handle: "Homeowner, Austin TX", + testimonial: "AirPro replaced our entire AC system in one day. The crew was professional, clean, and the new unit runs quieter than anything we've had before. Highly recommend.", + rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", + imageAlt: "James R.", + }, { - id: "2", name: "Linda M.", handle: "Business Owner, Dallas TX", testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Linda M."}, + id: "2", + name: "Linda M.", + handle: "Business Owner, Dallas TX", + testimonial: "We use AirPro for all three of our office locations. Their maintenance plans have saved us thousands in emergency repairs. Always on time, always honest.", + rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", + imageAlt: "Linda M.", + }, { - id: "3", name: "Carlos D.", handle: "Homeowner, Houston TX", testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Carlos D."}, + id: "3", + name: "Carlos D.", + handle: "Homeowner, Houston TX", + testimonial: "Our furnace broke down on the coldest night of the year. AirPro had someone at our door within two hours. Fixed it on the spot. Can't thank them enough.", + rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", + imageAlt: "Carlos D.", + }, ]} showRating={true} animationType="slide-up" @@ -170,47 +241,67 @@ export default function HvacPage() { />