From 3f1a23f405de23fb9ea0f608831b113683f34e8c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:24:56 +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 a7388f3..29ea6b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tagIcon={Hammer} tagAnimation="slide-up" buttons={[ - { text: "Get Free Quote", href: "contact" }, + { text: "Get Your Free Quote Now", href: "contact" }, { text: "View Portfolio", href: "services" }, ]} buttonAnimation="slide-up" -- 2.49.1