Hero Layout
One tile takes two columns and two rows; the rest fill around it.
import { BentoGrid } from '@/components/BentoGrid';
import { Box } from '@/components/Box';
<Box width="100%">
<BentoGrid columns={3} gap="md">
<BentoGrid.Item colSpan={{ base: 1, lg: 2 }} rowSpan={{ base: 1, lg: 2 }}>