From 2ac437fabd9da217c8c61bff70a73115c6da9ccd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:27:17 +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 3fb36ca..8b93628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { mediaAnimation="blur-reveal" background={{ variant: "glowing-orb" }} buttons={[ - { text: "Start Your Project", href: "contact" }, + { text: "Get a Free Consultation", href: "contact" }, { text: "View Our Work", href: "work" }, ]} buttonAnimation="slide-up" -- 2.49.1