// BackgroundVideo.js import React from 'react'; import './BackgroundVideo.css'; // Your CSS for styling const BackgroundVideo = () => { return (
); }; export default BackgroundVideo;