diff --git a/src/app/page.tsx b/src/app/page.tsx index 54ae076..df5b6af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact"}, { - text: "Text Us Now", href: "#"}, + text: "Text Us Now", href: "tel:6023267105"}, ]} imageSrc="http://img.b2bpic.net/free-photo/luxury-holiday-home_23-2151918265.jpg" mediaAnimation="slide-up" @@ -159,12 +159,12 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-static"}} - text="Get Protected Today. Fast quotes. No pressure. Just reliable service." + text="Get Protected Today. Fast quotes. No pressure. Just reliable service. Call us: 602-326-7105." buttons={[ { text: "Get Free Quote", href: "#"}, { - text: "Call Now", href: "tel:5555555555"}, + text: "Call Now", href: "tel:6023267105"}, ]} /> @@ -192,7 +192,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "Text/Call Us", href: "tel:5555555555"}, + label: "Call/Text: 602-326-7105", href: "tel:6023267105"}, { label: "Email", href: "mailto:hello@desertrose.com"}, ], @@ -203,4 +203,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file