{Array.from({ length: 4 }).map((_, i) => (
))}
{/* Table header */}
{/* Table rows */}
{Array.from({ length: 8 }).map((_, i) => (
))}