/* ======================================================================== screen-closing.jsx, what changed for Lukas / Marcus / Emirates ======================================================================== */ function ScreenClosing({ active }) { const lukas = window.DEMO_SCRIPT.passenger; const rep = window.DEMO_SCRIPT.rep; return (
The outcome

One disruption. Handled by Hala. Committed by Marcus.

{/* LUKAS */}
For Lukas
The passenger

He'll make the wedding. One conversation, across email, chat and voice. No transfer, no hold, no repeating himself. Hala held his seat, queued the rebook to the specialist desk, and confirmation hit his phone in three channels seconds after sign-off.

{[ ["Time on chat + call", "8 min", "vs. 22 min on hold"], ["Channels, one persona", "3", "email → chat → voice"], ["Times he repeated himself", "0", "context carried"], ["Outcome", "Makes the wedding", "lands 04:55 · ceremony 11:00"], ].map(([k, v, sub], i) => (
{k}
{v}
{sub}
))}
{/* MARCUS */}
For Marcus
The senior consultant

He never picked up the phone. He reviewed Hala's case in 9 seconds and committed the rebook with one click. Hala ran the conversation; Marcus stays in oversight, not in the queue, and every booking write still goes through a human.

{[ ["Time on this case", "0:09", "↓ from ~9:00"], ["Booking writes still human", "100%", "every commit signed off"], ["Cases committed / shift", "~180", "↑ from ~50"], ["Role shift", "oversight", "not first responder"], ].map(([k, v, sub], i) => (
{k}
{v}
{sub}
))}
{/* OPERATION */}
For Emirates
The operation

On the day a thunderstorm grounded EK202 and dozens of other flights out of DXB, the contact centre didn't need a human on every call. Hala ran disruption conversations end-to-end, in the customer's language; humans committed every booking write and stepped in when judgement was needed.

{[ ["Disruption convos by Hala", "86%", "+1-click human commit"], ["Avg. hold time during event", "0 min", "↓ from 22"], ["Languages covered, day one", "15+", "incl. AR, DE, HI, ZH"], ["CSAT during the disruption", "4.6 / 5", "↑ from 3.8"], ].map(([k, v, sub], i) => (
{k}
{v}
{sub}
))}
One agent across email, web, and voice. Runs the conversation end-to-end, in the customer's language. Loops a human in for oversight only, never as a bottleneck.
3
channels
1
persona
0
repetition
); } window.ScreenClosing = ScreenClosing;