Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6cfbf5fd9 | |||
| 2de0662199 | |||
| 54db399e2e | |||
| 989ad8160e | |||
| f177f189f5 | |||
| 2e05ac8723 | |||
| 0e6df7f612 | |||
| 247eb9c886 | |||
| c16674daff | |||
| a27d602ac0 | |||
| d5cf63053a |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
@@ -41,35 +41,20 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroBillboard
|
||||||
title="Return to What You Were Built For"
|
title="Return to What You Were Built For"
|
||||||
description="A complete system for men who want to live at full capacity — physically, mentally, spiritually, and in alignment with nature. Master the fundamentals that ancestral wisdom and modern science both confirm work."
|
description="A complete system for men who want to live at full capacity — physically, mentally, spiritually, and in alignment with nature. Master the fundamentals that ancestral wisdom and modern science both confirm work."
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="The Roots Method"
|
tag="The Roots Method"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
|
||||||
kpis={[
|
|
||||||
{ value: "5", label: "Core Modules" },
|
|
||||||
{ value: "25+", label: "In-Depth Lessons" },
|
|
||||||
{ value: "∞", label: "Lifetime Access" }
|
|
||||||
]}
|
|
||||||
enableKpiAnimation={true}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Begin Your Journey", href: "#pricing" },
|
{ text: "Enroll Now", href: "#pricing" },
|
||||||
{ text: "Explore Modules", href: "#modules" }
|
{ text: "Explore Modules", href: "#modules" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-beautiful-shot-forest-with-tall-trees-sun-shining-background_181624-4227.jpg"
|
videoSrc="https://media.vidyard.com/watch/LvPJ5GHqRXRDdKC3XDRfWA/default.mp4"
|
||||||
imageAlt="Ancient forest with golden hour light filtering through canopy"
|
videoAriaLabel="Roots forest nature video"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="opacity"
|
||||||
marqueeItems={[
|
|
||||||
{ type: "text", text: "Move Like Your Body Was Designed" },
|
|
||||||
{ type: "text", text: "Eat for Energy & Longevity" },
|
|
||||||
{ type: "text", text: "Sleep Deep & Wake Powerful" },
|
|
||||||
{ type: "text", text: "Master Your Mind" },
|
|
||||||
{ type: "text", text: "Connect to Something Deeper" }
|
|
||||||
]}
|
|
||||||
marqueeSpeed={35}
|
|
||||||
showMarqueeCard={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user