function ContactPage() { const [sent, setSent] = React.useState(false); return ( {/* Header */}
Book an assessment

Start paying it down,
before you have to.

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

{/* Form + sidebar */}
{sent ? (
Received
Thanks. You'll hear back from Sam within one business day — usually the same day. If it's urgent, email sam@step4consulting.com.
) : (
{ e.preventDefault(); setSent(true); window.scrollTo({ top: 0, behavior: 'smooth' }); }} style={{ display: 'flex', flexDirection: 'column', gap: 24 }}>