import React from 'react'; export default function LogAnalytics() { const metrics = [ { title: "Ingestion Rate", icon: "trending_up", iconColor: "#A78BFA", value: "1.2", unit: "GB/s" }, { title: "Active Agents", icon: "groups", iconColor: "#00daf3", value: "242" }, { title: "Threat Level", icon: "warning", iconColor: "#ef4444", value: "CRITICAL", sub: "3 ONGOING BREACHES" }, { title: "Memory Usage", icon: "memory", iconColor: "#E9D9FF", value: "84", unit: "%" }, ]; return (