diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..5f875f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function HvacPage() { { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Get a Quote", href: "#contact" }} + button={{ text: "Call Now: +1-940-765-3559", href: "tel:+19407653559" }} animateOnLoad={false} /> @@ -70,27 +70,19 @@ 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" useInvertedBackground={false} /> +
+ +
+
@@ -286,7 +174,7 @@ export default function HvacPage() { description="Whether you need a new installation, emergency repair, or routine maintenance — our team is ready to help. Call us today or request a free quote." buttons={[ { text: "Get a Free Quote", href: "#contact" }, - { text: "Call (555) 987-6543", href: "tel:5559876543" }, + { text: "Call +1-940-765-3559", href: "tel:+19407653559" }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -300,8 +188,7 @@ export default function HvacPage() { imageAlt="HVAC technician inspecting equipment" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "AC Installation", href: "#services" }, { label: "Heating Systems", href: "#services" }, { label: "Maintenance Plans", href: "#services" }, @@ -309,8 +196,7 @@ export default function HvacPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }, @@ -318,9 +204,8 @@ export default function HvacPage() { ], }, { - title: "Contact", - items: [ - { label: "(555) 987-6543", href: "tel:5559876543" }, + title: "Contact", items: [ + { label: "+1-940-765-3559", href: "tel:+19407653559" }, { label: "info@airprohvac.com", href: "mailto:info@airprohvac.com" }, { label: "Austin, TX" }, ],