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" }, ], },