import { cn } from "@/lib/utils"; interface CellularBackgroundProps { children: React.ReactNode; className?: string; } const CellularBackground = ({ children, className }: CellularBackgroundProps) => { return (