diff --git a/src/app/page.tsx b/src/app/page.tsx index 53cad10..46c0905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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}