From 74bf3df963658cf89bee0b7f4de6b985b345196d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 02:49:55 +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 9cf12ec..9967655 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { imagePosition="right" mediaAnimation="slide-up" buttons={[ - { text: "Start Free Consultation", href: "#contact" }, + { text: "Book Free Consultation Now", href: "#contact" }, { text: "Book a Training Session", href: "#contact" } ]} buttonAnimation="blur-reveal" -- 2.49.1