Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-30 15:34:59 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroLogoBillboard
background={{ variant: "gradient-bars" }}
logoText="Unlimited Lawn Care"
description="Professional residential and commercial landscaping services in Boca Raton, FL (33428)."
description="Boca Raton's Trusted Lawn Care provider offering professional residential and commercial landscaping services in FL (33428)."
buttons={[
{ text: "Get a Quote", href: "#contact" },
{ text: "Our Services", href: "#services" },
@@ -159,4 +159,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}