From d4887e653bc8deb836260aef2d47db41a0bac5f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:40:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cde4a88..1d27ed7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +}