This commit is contained in:
2025-09-15 18:20:25 +02:00
parent c9af96e669
commit cbc89b192b
2 changed files with 1 additions and 1 deletions

BIN
public/videos/mycelium2.mp4 Normal file

Binary file not shown.

View File

@@ -27,7 +27,7 @@ export function HomeHero() {
playsInline playsInline
className="absolute inset-0 w-full h-full object-cover" className="absolute inset-0 w-full h-full object-cover"
> >
<source src="/videos/mycelium.mp4" type="video/mp4" /> <source src="/videos/mycelium2.mp4" type="video/mp4" />
</video> </video>
<div className="absolute inset-0 bg-black/60" /> <div className="absolute inset-0 bg-black/60" />
</div> </div>