import { cn } from "@repo/ui/lib/utils"; export const Gradient = ({ opacity = 50 }: { opacity?: number }) => { return (
); };