Update src/app/page.tsx

This commit is contained in:
2026-03-21 19:55:19 +00:00
parent f177f189f5
commit 989ad8160e

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}