/* global React, Eyebrow */ const CAPS = [ { title: 'Multi-Exchange', body: '48 connectors: crypto CEX/DEX, stocks, forex, prediction markets.' }, { title: 'Real-Time Data', body: 'WebSocket streams with <1ms processing latency.' }, { title: '480+ Indicators', body: '22 categories: momentum, volatility, Kalman, chaos, regression, signal processing.' }, { title: 'Custom Layouts', body: 'Split panels, multiple windows, persistent presets.' }, { title: 'Alert System', body: 'Price alerts with Telegram delivery.' }, { title: 'API Access', body: 'Local agent API for algorithmic trading integration.' }, ]; const CapCard = ({ title, body }) => { const [hover, setHover] = React.useState(false); return (
{body}