From 25c8283602d1b63d8e5e196c5bd742ea0267ffb6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:58:12 +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 d1dc31c..0526756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Get Started", href: "contact" }, + { text: "Get Your Free Quote", href: "contact" }, { text: "View Our Work", href: "services" }, ]} buttonAnimation="slide-up" -- 2.49.1