This commit is contained in:
2025-09-16 13:19:22 +02:00
parent 78e1e51877
commit 4aff3a5c6b
9 changed files with 64 additions and 14 deletions

View File

@@ -5,7 +5,17 @@ import { H2, H3, H4, P } from "./Texts"
export function WorldMap() {
return (
<div className="relative h-screen max-w-full overflow-hidden bg-black -top-20">
<div className="relative h-screen max-w-full overflow-hidden -top-20">
<video
autoPlay
loop
muted
playsInline
className="absolute inset-0 w-full h-full object-cover"
>
<source src="/videos/benefits.mp4" type="video/mp4" />
</video>
<div className="absolute inset-0 bg-black/60" />
<div className="absolute top-0 left-0 px-6 py-24 z-10 max-w-lg">
<H4 className="" color="light">
Mycelium Network is Live.