From 9a55f8a94f9ead9bf476c687559bfe9667de7bc6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:16:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 21ef51f..c1a0f2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Schedule Service", href: "#contact" }, + { text: "Get Free Assessment", href: "#contact" }, { text: "Learn More", href: "#services" }, ]} buttonAnimation="slide-up" -- 2.49.1