function ContactForm() { const [sent, setSent] = React.useState(false); return (
Book an assessment

Start paying it down, before you have to.

A 60-minute working session to locate the process debt in your organization and decide where to begin.

{sent ? (
Received
Thanks. We'll reply within one business day.
) : (
{ e.preventDefault(); setSent(true); }} style={{ display: 'flex', flexDirection: 'column', gap: 20 }}>