2 Commits

Author SHA1 Message Date
2780e614ad Update src/app/page.tsx 2026-05-13 16:25:54 +00:00
d7b61537b0 Merge version_2 into main
Merge version_2 into main
2026-05-13 16:22:19 +00:00

View File

@@ -106,6 +106,8 @@ export default function HvacPage() {
<FeatureBorderGlow
title="Why Choose AirPro"
description="What sets us apart from the rest"
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
buttonAnimation="slide-up"
features={[
{ icon: ShieldCheck, 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." },
@@ -170,4 +172,4 @@ export default function HvacPage() {
</ReactLenis>
</ThemeProvider>
);
}
}