Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17fa0af62b | |||
| 0ae78602c7 | |||
| 8037df8a31 | |||
| 2780e614ad | |||
| d7b61537b0 |
@@ -164,10 +164,13 @@ export default function HvacPage() {
|
||||
logoText="AirPro HVAC"
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-hvac-footer.mp4"
|
||||
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>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user