Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 864573bbc9 | |||
| 59a098df24 | |||
| 0e804a8724 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user