Update src/app/page.tsx

This commit is contained in:
2026-03-07 17:52:32 +00:00
parent a1f1099dd1
commit 7c705c9a7f

View File

@@ -110,7 +110,7 @@ export default function LandingPage() {
heading={[{ type: "text", content: "Why Choose Allen's Lawn Care" }]}
useInvertedBackground={false}
buttons={[
{ text: "Request Free Quote", href: "#contact" },
{ text: "Get Free Estimate", href: "#contact" },
{ text: "Call +1 931-797-7152", href: "tel:+19317977152" },
]}
buttonAnimation="none"
@@ -148,7 +148,7 @@ export default function LandingPage() {
animationType="entrance-slide"
buttons={[
{ text: "Call Now: +1 931-797-7152", href: "tel:+19317977152" },
{ text: "Request Free Quote", href: "#quote" },
{ text: "Get Free Estimate", href: "#quote" },
]}
background={{ variant: "plain" }}
useInvertedBackground={false}