const steps = [ { id: 'Step 1', name: 'Job details', href: '#', status: 'complete' }, { id: 'Step 2', name: 'Application form', href: '#', status: 'current' }, { id: 'Step 3', name: 'Preview', href: '#', status: 'upcoming' }, ] export default function Example() { return ( ) }