diff --git a/public/videos/launch-uhd.mp4 b/public/videos/launch-uhd.mp4 new file mode 100644 index 0000000..04e702c Binary files /dev/null and b/public/videos/launch-uhd.mp4 differ diff --git a/src/components/VideoBanner.jsx b/src/components/VideoBanner.jsx index 50749ef..f456e11 100644 --- a/src/components/VideoBanner.jsx +++ b/src/components/VideoBanner.jsx @@ -10,7 +10,7 @@ export const VideoBanner = () => { const width = window.innerWidth; const mobile = width < 720; - setVid(mobile ? "/videos/launch-mobile.mp4" : "/videos/launch-desktop.mp4"); + setVid(mobile ? "/videos/launch-uhd.mp4" : "/videos/launch-uhd.mp4"); setPlace(mobile ? "/images/launch-mobile.webp" : "/images/launch-desktop.webp"); const img = new Image();