From 864573bbc909b23347513f93d06f801220c75a65 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 21:16:00 +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 d75379f..19450c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="MISSION LOCK" - button={{ text: "1-603-443-2605", href: "tel:16034432605" }} + button={{ text: "1-603-443-2605", href: "tel:+16034432605" }} /> @@ -45,7 +45,7 @@ export default function LandingPage() { title="Your Security. Answered. Immediately." description="Gabe picks up the phone when no one else does — and shows up fast. Premium locksmith services delivered with tactical precision." buttons={[ - { text: "Call Now", href: "tel:16034432605" }, + { text: "Call Now", href: "tel:+16034432605" }, { text: "Book a Service", href: "#contact" }, ]} imageSrc="http://img.b2bpic.net/free-photo/secure-wooden-doors-1_1385-639.jpg" @@ -132,7 +132,7 @@ export default function LandingPage() { title="Don't wait on hold. Gabe picks up." description="Your security is our priority. Immediate response guaranteed." buttons={[ - { text: "Call Now: 1-603-443-2605", href: "tel:16034432605" }, + { text: "Call Now: 1-603-443-2605", href: "tel:+16034432605" }, ]} /> -- 2.49.1