3 Commits

Author SHA1 Message Date
f23a93ea80 Update src/app/page.tsx 2026-03-07 17:54:54 +00:00
4ea0a61b99 Update src/app/layout.tsx 2026-03-07 17:54:54 +00:00
c3a59662cd Merge version_2 into main
Merge version_2 into main
2026-03-07 17:52:38 +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>
);
}
}