Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-21 18:37:13 +00:00

View File

@@ -58,8 +58,8 @@ export default function LandingPage() {
{ text: "Explore Modules", href: "#modules" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-beautiful-shot-forest-with-tall-trees-sun-shining-background_181624-4227.jpg"
imageAlt="Ancient forest with golden hour light filtering through canopy"
videoSrc="https://media.vidyard.com/watch/LvPJ5GHqRXRDdKC3XDRfWA/default.mp4"
videoAriaLabel="Roots forest nature video"
mediaAnimation="blur-reveal"
marqueeItems={[
{ type: "text", text: "Move Like Your Body Was Designed" },
@@ -297,4 +297,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}