Compare commits

..

2 Commits

Author SHA1 Message Date
d4887e653b Update src/app/page.tsx 2026-04-09 23:40:01 +00:00
c873711645 Merge version_33 into main
Merge version_33 into main
2026-04-09 23:38:02 +00:00

View File

@@ -128,7 +128,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Get in touch" tag="Get in touch"
title="Ready for Exceptional Comfort?" 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={[ buttons={[
{ text: "Call 617-417-6584", href: "tel:617-417-6584" }, { text: "Call 617-417-6584", href: "tel:617-417-6584" },
{ text: "Email Us", href: "mailto:info@mountaintopcooling.com" }, { text: "Email Us", href: "mailto:info@mountaintopcooling.com" },
@@ -155,4 +155,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }