const Section = ({ title, desc, children }: { title: string; desc?: string; children: React.ReactNode }) => (
{desc}
Spacing (4px grid)