import { DitherGradient } from "@/components/ui/dither-gradient"
<div className="relative h-[300px] w-full overflow-hidden rounded-xl border bg-background">
<DitherGradient />
<div className="relative z-10 flex h-full items-center justify-center">
<h3 className="text-2xl font-bold text-white">Dither Gradient</h3>
</div>
</div>