---
// Drop this component into any Astro page: ``.
// It posts to /api/contact (the SSR endpoint in src/pages/api/contact.ts).
// Progressive enhancement: works without JS via a 303 -> ?sent=1 redirect.
const sent = Astro.url.searchParams.get('sent') === '1';
---
Thank you. We will be in touch as soon as possible.