const metrics = [ { label: "Active Agents", icon: "sensors", value: "14", sub: "+2 Synced", subColor: "text-[#A78BFA]", subIcon: "trending_up", }, { label: "Signals Processed", icon: "data_exploration", value: "8.4k", sub: "Last 24h Cycle", subColor: "text-zinc-400", subIcon: null, }, { label: "Open Insights", icon: "lightbulb", value: "23", sub: "4 Critical Priority", subColor: "text-[#A78BFA] font-semibold uppercase tracking-tighter", subIcon: null, }, { label: "Avg Latency", icon: "timer", value: "184ms", sub: "Optimal Range", subColor: "text-zinc-400 uppercase tracking-tighter", subIcon: null, }, ]; export default function MetricTiles() { return (