Update src/app/page.tsx

This commit is contained in:
2026-06-12 21:17:02 +00:00
parent 5e6bedf293
commit bddcd6da1d

View File

@@ -89,7 +89,7 @@ export default function HvacPage() {
<FeatureCardOne
title="Our Services"
description="Professional HVAC services designed to keep your home or business comfortable year round."
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttons={[{ text: "Get a Quote", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
{
@@ -203,7 +203,7 @@ export default function HvacPage() {
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 (832) 853-0875", href: "tel:5551234567" },
{ text: "Call (832) 853-0875", href: "tel:8328530875" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -212,7 +212,7 @@ export default function HvacPage() {
<div id="footer" data-section="footer">
<FooterMedia
logoText="AirPro HVAC"
logoText="Air Capital Cooling & Heating L.L.C"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-10.jpg"
imageAlt="HVAC technician inspecting equipment"
columns={[
@@ -234,13 +234,13 @@ export default function HvacPage() {
},
{
title: "Contact", items: [
{ label: "(555) 123-4567", href: "tel:5551234567" },
{ label: "service@airprohvac.com", href: "mailto:service@airprohvac.com" },
{ label: "123 Comfort St, Austin, TX 78701" }
{ label: "(832) 853-0875", href: "tel:8328530875" },
{ label: "Sales@AirCapitalAc.com", href: "mailto:Sales@AirCapitalAc.com" },
{ label: "123 Comfort St, Houston, TX 78701" }
],
},
]}
copyrightText="© 2024 AirPro HVAC. All rights reserved."
copyrightText="© 2026 | Air Capital Cooling & Heating L.L.C"
/>
</div>
</ReactLenis>