```
const data = {
  src: "/path/to/video.mp4",
  type: "video/mp4",
};

<BackgroundVideo {...data}>
Content Goes Here
</BackgroundVideo>
```
