import { cn } from "@/lib/utils" export function DotBackground({ className }: { className?: string }) { return (
{/* Radial gradient for the container to give a faded look */}
) }