Merge version_34 into main

Merge version_34 into main
This commit was merged in pull request #81.
This commit is contained in:
2026-04-09 23:40:04 +00:00

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Get in touch"
title="Ready for Exceptional Comfort?"
description="Reach out to Matt McDermott at Mountain Top Cooling for reliable HVAC service in Middleboro, MA. Contact: 617-417-6584."
description="Get expert HVAC support today—call or email us now for a consultation."
buttons={[
{ text: "Call 617-417-6584", href: "tel:617-417-6584" },
{ text: "Email Us", href: "mailto:info@mountaintopcooling.com" },
@@ -155,4 +155,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}