3 Commits

Author SHA1 Message Date
864573bbc9 Update src/app/page.tsx 2026-04-16 21:16:00 +00:00
59a098df24 Merge version_4 into main
Merge version_4 into main
2026-04-16 21:09:47 +00:00
0e804a8724 Merge version_4 into main
Merge version_4 into main
2026-04-16 21:09:23 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="MISSION LOCK" brandName="MISSION LOCK"
button={{ text: "1-603-443-2605", href: "tel:16034432605" }} button={{ text: "1-603-443-2605", href: "tel:+16034432605" }}
/> />
</div> </div>
@@ -45,7 +45,7 @@ export default function LandingPage() {
title="Your Security. Answered. Immediately." 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." description="Gabe picks up the phone when no one else does — and shows up fast. Premium locksmith services delivered with tactical precision."
buttons={[ buttons={[
{ text: "Call Now", href: "tel:16034432605" }, { text: "Call Now", href: "tel:+16034432605" },
{ text: "Book a Service", href: "#contact" }, { text: "Book a Service", href: "#contact" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/secure-wooden-doors-1_1385-639.jpg" 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." title="Don't wait on hold. Gabe picks up."
description="Your security is our priority. Immediate response guaranteed." description="Your security is our priority. Immediate response guaranteed."
buttons={[ buttons={[
{ text: "Call Now: 1-603-443-2605", href: "tel:16034432605" }, { text: "Call Now: 1-603-443-2605", href: "tel:+16034432605" },
]} ]}
/> />
</div> </div>