Hub landing page composed of action-oriented cards. Each tile is a portal to a tool — keep the count secondary and the title primary.
tsx · HubPage.tsx
<SectionHub
sections={[
{ title: 'Competitions', description: 'Schedules, results.', href: '/competitions', stat: '42 active' },
{ title: 'Licenses', description: 'Issue, renew.', href: '/licenses', stat: '1,204 active' },
]}
/>
Used in: admin, sys