7 Commits

Author SHA1 Message Date
3eda98afd2 Update src/app/page.tsx 2026-06-12 21:25:57 +00:00
2ab92b3326 Update src/app/page.tsx 2026-06-12 21:20:34 +00:00
bddcd6da1d Update src/app/page.tsx 2026-06-12 21:17:02 +00:00
5e6bedf293 Merge version_2 into main
Merge version_2 into main
2026-06-12 21:15:14 +00:00
4468685ef4 Merge version_2 into main
Merge version_2 into main
2026-06-12 21:06:09 +00:00
fdf98edd23 Merge version_2 into main
Merge version_2 into main
2026-06-12 21:01:24 +00:00
ef2eba313b Merge version_2 into main
Merge version_2 into main
2026-06-12 21:01:00 +00:00

View File

@@ -31,7 +31,7 @@ export default function HvacPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AirPro HVAC"
brandName="Air Capital Cooling & Heating"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -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={[
{
@@ -155,14 +155,15 @@ export default function HvacPage() {
description="Hear from homeowners and businesses who trust AirPro HVAC."
testimonials={[
{
id: "1", name: "Sarah P.", handle: "Homeowner, Austin TX", testimonial: "AirPro HVAC did an excellent job installing our new furnace. The team was punctual, professional, and left the work area spotless. Our home is warmer than ever!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.jpg", imageAlt: "Sarah P."},
id: "1", name: "Sandra Panesso", handle: "", testimonial: "Great experience with Air Capital Cooling and Heating! They were professional, on time, and honest about what needed to be fixed. The tech explained everything clearly, and the AC was working the same day. Highly recommend!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F0K24NhZ8Wr9HJtOQrAIAHCRDF/uploaded-1781299536678-uvvnxpna.png", imageAlt: "Sandra Panesso"},
{
id: "2", name: "Mark T.", handle: "Business Owner, Dallas TX", testimonial: "Had an emergency AC breakdown during a heatwave. AirPro HVAC responded quickly and had us up and running in no time. Truly lifesavers! Highly recommend their prompt service.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Mark T."},
id: "2", name: "Delaynna Vasquez", handle: "", testimonial: "Excellent experience from start to finish. Friendly staff, fast response, and quality work. Will definitely use them again!
", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.jpg", imageAlt: "Delaynna Vasquez"},
{
id: "3", name: "Emily C.", handle: "Homeowner, Houston TX", testimonial: "Their annual maintenance plan is worth every penny. My system runs efficiently, and I have peace of mind knowing it's regularly checked. Fantastic service and friendly technicians.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.jpg", imageAlt: "Emily C."},
id: "3", name: "omar vega", handle: "", testimonial: "Air Capital Cooling and Heating did an outstanding job getting my AC up and running on Sunday night, 7/13/25. Jr. was the tech who came out he was prompt, professional, and went above and beyond to make sure everything was working perfectly. I really appreciated the fast response, especially so late on a weekend. Highly recommend!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F0K24NhZ8Wr9HJtOQrAIAHCRDF/uploaded-1781299530730-uhesorzr.png", imageAlt: "omar vega"},
]}
showRating={true}
animationType="slide-up"
@@ -203,7 +204,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 +213,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 +235,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>