2 Commits

Author SHA1 Message Date
13e0334169 Update src/app/page.tsx 2026-04-30 15:34:53 +00:00
8693042847 Merge version_1 into main
Merge version_1 into main
2026-04-30 15:32:35 +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>
);
}
}