// Agora Checkout — Apple-grade: 3 columns, clean, no clutter. const Checkout = ({ route, setRoute }) => { const data = window.AG_DATA; const item = data.byId[route.id] || data.items[0]; const seller = data.sellers[item.seller]; const [step, setStep] = useState(1); // 1 shipping, 2 payment, 3 review const [paid, setPaid] = useState(false); if (paid) { return (
{seller.name} has been notified. We'll authenticate at our Berlin hub and ship within 48 hours. Track your order in your account.
Funds are held in escrow until you receive and accept the piece. If anything is amiss, return within 14 days for a full refund. By placing this order, you agree to the Agora Buyer Terms.