{[
{ n: 'Noise', l: 'Fragmented security work slows response and decision-making.', tag: 'Operational drag' },
{ n: 'Delay', l: 'The longer context stays scattered, the longer real issues sit unresolved.', tag: 'Compounds quietly' },
{ n: 'Guessing', l: 'Teams lose time when they cannot see severity, ownership, and proof in one place.', tag: 'Avoidable' },
{ n: 'Drift', l: 'Public messaging should not outrun what the product can actually show.', tag: 'Credibility cost' },
{ n: 'Focus', l: 'The goal is less theater, more signal, and faster follow-through.', tag: 'What changes' },
].map((row, i) => (
{row.n}
{row.l}
{row.tag}
))}