diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fbcd70..56fd9ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,10 +54,10 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4", videoAriaLabel: "Racing car video background" + videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4?_wi=1", videoAriaLabel: "Racing car video background" }, { - videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4", videoAriaLabel: "Racing car video background" + videoSrc: "https://videos.pexels.com/video-files/3571596/3571596-hd_1920_1080_30fps.mp4?_wi=2", videoAriaLabel: "Racing car video background" } ]} mediaAnimation="slide-up"