);
}
function ContactForm() {
// This form uses a mailto fallback. For a production site, swap to a server endpoint or form service like Formspree / Netlify Forms.
const mailto = `mailto:hello@example.com?subject=Home%20Offer%20Request&body=Name:%0APhone:%0AAddress:%0ANotes:`;
return (
);
}