/* Hayes Global Mobility — UI kit: Contact page (interactive form) */ (function () { const NS = window.HayesGlobalMobilityDesignSystem_489ece; const { SectionHeading, Input, Select, Checkbox, Button } = NS; const wrap = { maxWidth: 'var(--container-max)', margin: '0 auto', padding: '0 40px' }; function Contact() { const [sent, setSent] = React.useState(false); const [name, setName] = React.useState(''); return (
Your message is on its way. A Hayes advisor will reach out shortly.