import { MatrixRain } from "@/components/ui/matrix-rain"
<div className="relative flex h-[300px] w-full items-center justify-center overflow-hidden rounded-lg border bg-background">
<MatrixRain />
<div className="absolute inset-0 flex items-center justify-center pointer-events-none">
<h1 className="text-4xl font-bold text-foreground tracking-wider">
MATRIX
</h1>
</div>
</div>