Update src/app/page.tsx

This commit is contained in:
2026-03-07 17:54:54 +00:00
parent 4ea0a61b99
commit f23a93ea80

View File

@@ -144,7 +144,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to get your lawn looking amazing? Get your free lawn care quote today or give us a call. We're here to help!"
text="Get your free lawn care estimate today—call now or request a quote with no obligation. We're ready to help your lawn thrive!"
animationType="entrance-slide"
buttons={[
{ text: "Call Now: +1 931-797-7152", href: "tel:+19317977152" },
@@ -216,4 +216,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}