Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2780e614ad | |||
| d7b61537b0 |
@@ -106,6 +106,8 @@ export default function HvacPage() {
|
|||||||
<FeatureBorderGlow
|
<FeatureBorderGlow
|
||||||
title="Why Choose AirPro"
|
title="Why Choose AirPro"
|
||||||
description="What sets us apart from the rest"
|
description="What sets us apart from the rest"
|
||||||
|
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{ icon: ShieldCheck, title: "Reliability & Trust", description: "Looking for a dependable HVAC company? We arrive on time and do the job right." },
|
{ 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." },
|
{ 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>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user