Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-07 17:54:58 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

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>
);
}
}