4 Commits

Author SHA1 Message Date
2e05ac8723 Update src/app/page.tsx 2026-03-21 19:47:14 +00:00
0e6df7f612 Merge version_3 into main
Merge version_3 into main
2026-03-21 19:23:04 +00:00
247eb9c886 Update src/app/page.tsx 2026-03-21 19:23:00 +00:00
c16674daff Merge version_2 into main
Merge version_2 into main
2026-03-21 18:37:13 +00:00

View File

@@ -54,13 +54,14 @@ export default function LandingPage() {
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ text: "Begin Your Journey", href: "#pricing" }, { text: "Unlock Your Full Capacity", href: "#pricing" },
{ text: "Explore Modules", href: "#modules" } { text: "Explore Modules", href: "#modules" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
videoSrc="https://media.vidyard.com/watch/LvPJ5GHqRXRDdKC3XDRfWA/default.mp4" videoSrc="https://media.vidyard.com/watch/LvPJ5GHqRXRDdKC3XDRfWA/default.mp4"
videoAriaLabel="Roots forest nature video" videoAriaLabel="Roots forest nature video"
mediaAnimation="blur-reveal" mediaAnimation="opacity"
imagePosition="right"
marqueeItems={[ marqueeItems={[
{ type: "text", text: "Move Like Your Body Was Designed" }, { type: "text", text: "Move Like Your Body Was Designed" },
{ type: "text", text: "Eat for Energy & Longevity" }, { type: "text", text: "Eat for Energy & Longevity" },
@@ -297,4 +298,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }