import { LiquidBlob } from "@/components/ui/liquid-blob"
// Hover over the container to see the interactive effect!
<div className="relative h-[300px] w-full overflow-hidden rounded-xl border bg-zinc-900">
<LiquidBlob interactive />
<div className="relative z-10 flex h-full items-center justify-center pointer-events-none">
<h3 className="text-2xl font-bold text-white">Liquid Blob</h3>
</div>
</div>