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