From c1094dab3df38bb37e20ac19cb0bf1fe5a003d05 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:06:07 +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 f823a32..a3447ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function HomePage() { background={{ variant: "rotated-rays-animated-grid" }} useInvertedBackground={false} buttons={[ - { text: "Start Your Project", href: "/contact" }, + { text: "Get Your Free Consultation", href: "/contact" }, { text: "View Our Work", href: "/portfolio" }, ]} buttonAnimation="slide-up" -- 2.49.1