header vid
This commit is contained in:
parent
792ed44003
commit
4cc470a115
BIN
public/duelfiassets/header.mp4
Normal file
BIN
public/duelfiassets/header.mp4
Normal file
Binary file not shown.
|
|
@ -273,6 +273,17 @@ export default function HeroSection() {
|
||||||
)
|
)
|
||||||
) : (
|
) : (
|
||||||
<section className="flex flex-col items-center text-center py-16">
|
<section className="flex flex-col items-center text-center py-16">
|
||||||
|
<video
|
||||||
|
autoPlay
|
||||||
|
loop
|
||||||
|
muted
|
||||||
|
playsInline
|
||||||
|
className="w-full max-w-4xl mb-8 rounded-lg"
|
||||||
|
>
|
||||||
|
<source src="/duelfiassets/header.mp4" type="video/mp4" />
|
||||||
|
Your browser does not support the video tag.
|
||||||
|
</video>
|
||||||
|
|
||||||
<Image
|
<Image
|
||||||
src="/duelfiassets/Playing on Arcade Machine no BG.png"
|
src="/duelfiassets/Playing on Arcade Machine no BG.png"
|
||||||
alt="DuelFi Hero"
|
alt="DuelFi Hero"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user