From 672ba3bcb9eb898abb898b0f7bc45642bd7a3fcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:08:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebeee28..cfb8214 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { ]} buttons={[ { text: "Schedule a Drop-Off", href: "#contact" }, - { text: "Call Now", href: "tel:6039645811" }, + { text: "Call Now", href: "tel:+16039645811" }, ]} avatars={[ { src: "http://img.b2bpic.net/free-photo/closeup-brown-leather-bag-clothes-hanged-white-hangers_181624-3093.jpg", alt: "Customer 1" }, @@ -202,7 +202,7 @@ export default function LandingPage() { columns={[ { title: "Contact", items: [ - { label: "(603) 964-5811", href: "tel:6039645811" }, + { label: "+1 (603) 964-5811", href: "tel:+16039645811" }, { label: "44 Lafayette Rd, North Hampton, NH", href: "#contact" }, ], }, @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1