import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { Activity, Server, Users, Zap } from "lucide-react"; export function Dashboard() { return (

Dashboard

Overview of your bot's activity and performance.

{/* Metric Cards */} Total Servers
12

+2 from last month

Active Users
1,234

+10% from last month

Commands Run
12,345

+5% from last month

Avg Ping
24ms

+2ms from last hour

Activity Overview
Chart Placeholder
Recent Events Latest system and bot events.

New guild joined

2 minutes ago

Error in verify command

15 minutes ago

Bot restarted

1 hour ago

); }