import React from 'react'; export function MirrorHeader({ done }: { done: boolean }): JSX.Element { if (done) { return (

Done. You're in control now.

AI's wrong version of your store is gone here. Yours stands.

); } return (

AI is sending your buyers somewhere else.

Because ChatGPT and Gemini guess about your store from the web, and they're getting it wrong. Fix the six answers below and take back control of how AI should present your company to your clients.

); }