Merge version_5 into main #7

Merged
bender merged 1 commits from version_5 into main 2026-04-16 21:16:07 +00:00

View File

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