Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e05ac8723 | |||
| 0e6df7f612 | |||
| 247eb9c886 | |||
| c16674daff |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user