4 Commits

Author SHA1 Message Date
b167f117d3 Update src/app/page.tsx 2026-04-16 23:11:58 +00:00
6ff007dac2 Merge version_1 into main
Merge version_1 into main
2026-04-16 23:11:21 +00:00
f54c22d05a Merge version_1 into main
Merge version_1 into main
2026-04-16 23:10:57 +00:00
08f5213bf7 Merge version_1 into main
Merge version_1 into main
2026-04-16 23:10:30 +00:00

View File

@@ -227,7 +227,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
tag="Get in touch" tag="Get in touch"
title="Ready for a beautiful lawn?" title="Ready for a beautiful lawn?"
description="Contact us today for a free consultation and personalized service plan." description="Contact us today for a free consultation and get 10% off your first lawn maintenance package."
buttons={[ buttons={[
{ {
text: "Request Free Quote"}, text: "Request Free Quote"},
@@ -262,4 +262,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }