Merge version_6 into main #6

Merged
bender merged 1 commits from version_6 into main 2026-03-21 19:55:23 +00:00

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>
);
}
}