From 989ad8160e57aeb35f7d4e358954781382b8a1c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:55:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e4d5a7..a5af28e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[ - { text: "Unlock Your Full Capacity", href: "#pricing" }, + { text: "Start My Transformation", href: "#pricing" }, { text: "Explore Modules", href: "#modules" } ]} buttonAnimation="slide-up" @@ -298,4 +298,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1