Merge version_18 into main #40

Merged
bender merged 1 commits from version_18 into main 2026-04-01 15:33:43 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroLogoBillboard
logoText="Professional Lawn & Landscaping"
description="Ryan Brothers Lawn & Landscape delivers efficient, high-quality lawn care and landscaping for East Valley homeowners who want their property looking sharp—without the hassle."
description="Ryan Brothers Lawn & Landscape is a family driven service dedicated to delivering clean, reliable, and high-quality maintenance. We combine professional workmanship with a personal touch, serving residential and commercial properties throughout the community with integrity, consistency, and pride."
buttons={[
{ text: "Request a Free Quote", href: "tel:4803279024" },
{ text: "Call Now", href: "tel:4803279024" },
@@ -129,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}