Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-13 16:25:58 +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>
);
}
}