Update src/app/page.tsx

This commit is contained in:
2026-04-09 23:40:01 +00:00
parent c873711645
commit d4887e653b

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>
);
}
}