4 Commits

Author SHA1 Message Date
0ae78602c7 Update src/app/page.tsx 2026-05-13 16:27:08 +00:00
8037df8a31 Merge version_3 into main
Merge version_3 into main
2026-05-13 16:25:58 +00:00
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

@@ -164,10 +164,13 @@ 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>
</ThemeProvider> </ThemeProvider>
); );
} }