import React from "react";

Frequently asked questions

{/* Contact / Lead form */}

Get your free cash offer

Fill the form or call us at {COMPANY.phone}

); } function Step({ number, title, desc }) { return (
{number}

{title}

{desc}

); } function FAQ({ q, a }) { return (
{q}
{a}
); } 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 (
e.preventDefault()}>