Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ae78602c7 | |||
| 8037df8a31 |
@@ -106,8 +106,6 @@ 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." },
|
||||||
@@ -166,7 +164,10 @@ export default function HvacPage() {
|
|||||||
logoText="AirPro HVAC"
|
logoText="AirPro HVAC"
|
||||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-hvac-footer.mp4"
|
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-hvac-footer.mp4"
|
||||||
videoAriaLabel="HVAC equipment showcase"
|
videoAriaLabel="HVAC equipment showcase"
|
||||||
columns={[]}
|
columns={[
|
||||||
|
{ title: "Quick Links", items: [{ label: "Services", href: "#services" }, { label: "About Us", href: "#about" }] },
|
||||||
|
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }] }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user