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