/* ============================================================ NeuralScout — Dashboard preview ============================================================ */ function DashboardPreview() { const now = useTick(100); const t = (now % 8000) / 8000; // Chart data - animated bars const barData = React.useMemo(() => { const base = [42, 58, 71, 64, 82, 96, 110, 118, 104, 88, 72, 54]; return base; }, []); const liveIdx = Math.floor(t * barData.length); // Sparkline const sparkPts = React.useMemo(() => Array.from({length: 40}).map((_,i) => 30 + Math.sin(i * 0.4) * 12 + Math.sin(i * 0.15) * 6 + (i * 0.3)), []); const tickerVal = 1842 + Math.floor(t * 12); return (
/ North Gate