const useCases = [ { icon: "🏢", title: "Enterprise Automation", description: "Deploy AI agents to automate complex business processes across departments", metrics: "75% reduction in manual tasks", }, { icon: "🔬", title: "Research & Analysis", description: "Run parallel research agents that analyze documents, data, and web content", metrics: "10x faster literature review", }, { icon: "🛠️", title: "DevOps & SRE", description: "Intelligent agents that monitor, diagnose, and remediate infrastructure issues", metrics: "60% faster incident response", }, { icon: "🎯", title: "Sales & Marketing", description: "Personalized outreach agents that research leads and craft custom messages", metrics: "3x higher response rates", }, { icon: "📊", title: "Data Processing", description: "ETL agents that clean, transform, and analyze data at scale", metrics: "Process 1M+ records/hour", }, { icon: "🤝", title: "Customer Support", description: "Multi-agent support teams that handle inquiries with human-level nuance", metrics: "90% resolution rate", }, ] export default function UseCases() { return (

Built for Every Use Case

From startups to enterprises, BlackRoad powers AI agents across industries

{useCases.map((uc) => (
{uc.icon}

{uc.title}

{uc.description}

{uc.metrics}

))}
) }