From bebcdaf8492fd117b10b20817a011b288802b406 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 15:28:45 +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 ef50a4d..e161147 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { ]} buttons={[ { - text: "Book Now", href: "#contact"}, + text: "Get a Free Estimate", href: "#contact"}, ]} avatars={[ { @@ -253,4 +253,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}