Merge version_31 into main

Merge version_31 into main
This commit was merged in pull request #76.
This commit is contained in:
2026-04-09 23:30:24 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
]}
enableKpiAnimation={true}
tag="Expert HVAC Services"
buttons={[{ text: "Call 617-417-6584 for a Free Quote", href: "tel:617-417-6584" }]}
buttons={[{ text: "Book Your Free Quote", href: "tel:617-417-6584" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C8T5EyTO6PXxr1zpzM4y6IwMqw/uploaded-1775773760582-mjtsvkmf.jpg?_wi=1"
imagePosition="right"
mediaAnimation="slide-up"
@@ -157,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}