${[
{ name: 'Neural Link', type: 'Bio-Sync', status: 'Active', color: 'text-emerald-400' },
{ name: 'Camera Sector', type: 'Optic Auth', status: 'Encrypted', color: 'text-cyan-400' },
{ name: 'Voice Mesh', type: 'Sonic ID', status: 'Isolated', color: 'text-purple-400' }
].map(p => `
`).join('')}