From 6d68f9a5a93d2d8c5d6d00e5271c85f57910d43f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:23:20 +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 2cfded8..f97bc92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Call Now", href: "tel:+16175551234" }} + button={{ text: "Call Now", href: "tel:+17813919800" }} animateOnLoad={true} /> @@ -170,7 +170,7 @@ export default function LandingPage() { { title: "Location & Contact", items: [ { label: "285 Fellsway W, Medford, MA 02155", href: "https://maps.app.goo.gl/Lgar1CgpohKP1P3M9" }, - { label: "Phone: (617) 555-1234", href: "tel:+16175551234" }, + { label: "Phone: (781) 391-9800", href: "tel:+17813919800" }, { label: "Get Directions", href: "https://maps.app.goo.gl/Lgar1CgpohKP1P3M9" }, ], }, -- 2.49.1