Merge version_5 into main #6

Merged
bender merged 1 commits from version_5 into main 2026-05-01 03:03:31 +00:00

View File

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