import { ReactNode } from "react"; export const BentoGrid = ({ children, className = "" }: { children: ReactNode; className?: string }) => { return (