From 7c705c9a7f529a023af7dbefff76d4d1a54e5a07 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:52:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}