First
This commit is contained in:
8
src/components/homepage-video.tsx
Normal file
8
src/components/homepage-video.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
export function HomepageVideo() {
|
||||
return (
|
||||
<video width="1080" height="1920" controls preload="auto" loop autoPlay muted >
|
||||
<source src="/videos/homepage-video.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user