/* ======================================================================== screen-confirmation.jsx, phone showing the post-commit confirmation email that lands the moment Marcus approves the rebook. Mirrors the structure of screen-email.jsx, inverted in tone. ======================================================================== */ function ScreenConfirmation({ active }) { const c = window.DEMO_SCRIPT.confirmation_email; const lukas = window.DEMO_SCRIPT.passenger; return (
Dear Mr. Weber,
{c.body}
{/* Flight details table, reusing the cancellation email styles */}| Flight number | Origin | Destination | Departure | Arrival | Seat |
|---|---|---|---|---|---|
| {c.flight_code} | {c.from_city} | {c.to_city} | {c.depart_date} · {c.depart} | {c.arrive_date} · {c.arrive} | {c.seat} |
Meal preference: {c.meal}. Boarding pass is attached and is also available in Manage Your Booking.
Kind regards,
The Emirates team