From 4af0de163e56179efed33b6a86217f0b2287211e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:08:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index df5b6af..5df60a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,12 +159,14 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "rotated-rays-static"}} - text="Get Protected Today. Fast quotes. No pressure. Just reliable service. Call us: 602-326-7105." + text="Get Protected Today. Fast quotes. No pressure. Contact Owner Richard at 602-326-7105 or Technician Raiden Brooks at 480-764-7563." buttons={[ { text: "Get Free Quote", href: "#"}, { - text: "Call Now", href: "tel:6023267105"}, + text: "Call Owner", href: "tel:6023267105"}, + { + text: "Call Technician", href: "tel:4807647563"}, ]} /> @@ -192,7 +194,9 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "Call/Text: 602-326-7105", href: "tel:6023267105"}, + label: "Owner: 602-326-7105", href: "tel:6023267105"}, + { + label: "Technician: 480-764-7563", href: "tel:4807647563"}, { label: "Email", href: "mailto:hello@desertrose.com"}, ], @@ -203,4 +207,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1