--- const proofs = [ { id: 'polish', command: '/polish', label: 'Remove the tells', summary: 'Three AI defaults removed', callouts: [ { label: 'Pulsing status', y: '25%' }, { label: 'Italic serif', y: '48%' }, { label: 'Claude beige', y: '76%' }, ], }, { id: 'distill', command: '/distill', label: 'Find the hierarchy', summary: 'Seven containers flattened', callouts: [ { label: 'Cards in cards', y: '28%' }, { label: 'Everything equal', y: '52%' }, { label: 'Status-chip soup', y: '77%' }, ], }, { id: 'clarify', command: '/clarify', label: 'Make the task obvious', summary: 'One clear decision remains', callouts: [ { label: 'Vague headline', y: '28%' }, { label: 'Every field at once', y: '54%' }, { label: 'Generic CTA', y: '78%' }, ], }, ]; ---
{proofs[0].summary} Drag to compare
{proofs.map((proof, index) => ( ))}
{proofs.map((proof, index) => ( ))}