Compare commits

...

2 Commits

Author SHA1 Message Date
94ce2f422c Update src/app/page.tsx 2026-04-09 23:30:21 +00:00
b37a1693e2 Merge version_30 into main
Merge version_30 into main
2026-04-09 23:28:56 +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>
);
}
}