Drop your email and a short note. We'll send a quick welcome and get back to you.
<form action="/api/contact" method="POST" onsubmit="event.preventDefault(); fetch('/api/contact',{method:'POST', headers:{'Content-Type':'application/json'}, body: JSON.stringify({ email: document.getElementById('lead-email').value })}).then(()=>alert('Thanks! Check your email.')).catch(()=>alert('Try again.'))}">
<input id="lead-email" type="email" placeholder="you@business.com" required />
<button type="submit">Notify me</button>
</form>