// Dedicated Cash Offer section, sits between Pre-foreclosure and Situations. const CashOffer = () => { const steps = [ { t: "Property walk", d: "In person or virtual, takes about 20 minutes. No lockboxes, no showings." }, { t: "Offer in writing", d: "Fair number based on comps and as-is condition. Clear math, not a lowball." }, { t: "You decide", d: "Review with family or an attorney. We never pressure a signature." }, { t: "Close when ready", d: "7 days, 30 days, 70 days. Your timeline, wired to your account." }, ]; const fits = [ "You need to move fast (relocation, new job, medical)", "The house needs work and you don't want to do any of it", "You inherited a property and don't want the burden", "You're facing foreclosure and need certainty, not a maybe", "Tenants in place you'd rather not manage", "You value privacy over strangers walking through showings", ]; return (
{/* soft gold ornament */}
Cash offer, when it's the right fit

A clean,
certain close.

Facing foreclosure? We can purchase the property outright, as-is, in cash, and put real money in your pocket instead of watching you lose everything to the bank. No showings. No repairs. No financing contingencies that fall apart at the last minute. When speed and certainty matter more than squeezing the last dollar out of a listing, this is the simplest path out.

{/* Main card */}
{/* Left, what you get */}
What the cash offer includes
{[ ["$0", "Commission"], ["$0", "Closing costs"], ["$0", "Repairs or cleaning"], ["As is", "House condition"], ["7 to 70", "Days to close"], ["Yours", "Moving date"], ].map(([v, l], i) => (
{v}
{l}
))}
The guarantee

If the math on a traditional MLS listing is better for your situation, we'll tell you. Honestly. We have a real estate license and we'll list it ourselves for top dollar if that's the smarter move.

{/* Right, process timeline */}
The 4 step process
{/* vertical line */}
{steps.map((s, i) => (
{i + 1}
{s.t}

{s.d}

))}
{/* When it's the right fit */}
When cash is the right call

A direct sale makes sense when

{fits.map((f, i) => (
{f}
))}
{/* CTA strip */}
Ready to see a real number?
No obligation, no pressure, no data sold. Written offer inside of 24 hours.
); }; Object.assign(window, { CashOffer });