Merge version_6 into main #7

Merged
bender merged 1 commits from version_6 into main 2026-05-01 03:08:48 +00:00

View File

@@ -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"},
]}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}