/* global React, Crest, Eyebrow, Hairline */ const Login = () => { const handleContinue = (e) => { e?.preventDefault?.(); window.foyerSignIn(); }; return (
{/* left — editorial pane */}
{/* decorative gold corner */}
Field notes
"The art of selling a house begins the moment the door opens. Open House Copilot keeps every quiet detail of that moment, so nothing of value goes unremembered."
Eliana Morales
Top producer · UWS
NEW YORK · LONDON · SAN FRANCISCO
{/* right — form pane */}
No account? window.foyerSignIn()} >Request access →
Sign in

Welcome back.

Pick up Saturday's open house from your desk.

We'll never post anything to your account. Signing in with Google lets Open House Copilot match you to your captured open-house sessions.

END-TO-END ENCRYPTED · SOC 2 II
); }; const Field = ({ label, placeholder, type = 'text', defaultValue }) => (
{label}
); Object.assign(window, { Login });