Burbujas semitransparentes que ascienden con trayectoria sinusoidal. Al pasar el cursor sobre ellas explotan con un pop animado.
import BubbleField from "@/components/BubbleField";
<div style={{ position: "relative", height: "100vh",
background: "#06061a" }}>
<BubbleField />
<div style={{ position: "relative", zIndex: 2 }}>
<h1>Tu contenido</h1>
</div>
</div>