From a27d602ac03606525adb4310a6fadb1b8d8c4dbd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:37:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2366b78..61ea81a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1