JobTypeBadge
DomainColour-coded badge for employment type (full-time, contract, etc.).
Full-timePart-timeContractFreelanceInternship
{(['FULL_TIME', 'PART_TIME', 'CONTRACT', 'FREELANCE', 'INTERNSHIP'] as const).map((t) => (
<JobTypeBadge key={t} type={t} />
))}