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 +}