From ec640ed44632828668e6172107ffc0deb41d9339 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:12:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e874587..03e34d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,8 +51,8 @@ export default function LandingPage() { { text: "Contact Me", href: "#contact" } ]} mediaItems={[ - { videoSrc: "https://www.w3schools.com/howto/rain.mp4", imageAlt: "Looping car montage drift" }, - { videoSrc: "https://www.w3schools.com/howto/rain.mp4", imageAlt: "Cinematic night car shots" } + { videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=1", imageAlt: "Looping car montage drift" }, + { videoSrc: "https://www.w3schools.com/howto/rain.mp4?_wi=2", imageAlt: "Cinematic night car shots" } ]} mediaAnimation="blur-reveal" rating={5} -- 2.49.1