+
+
+
+
+ {/* Users Section */}
+ Dashboard
+Welcome back. Here's what's happening with your platform today.
+ + {/* Metrics Cards */} +
+ {dashboardCards.map((card, index) => {
+ const IconComponent = card.icon;
+ return (
+
+
+ {/* Recent Activity */}
+
+
+ );
+ })}
+
+
+ {card.title}
+
+
+
+
+
+ {card.value}
+{card.change}
+
+
+ Recent Activity
+
+ {[
+ { action: "New user registration", time: "2 minutes ago", user: "John Doe" },
+ { action: "System update completed", time: "1 hour ago", user: "System" },
+ { action: "Security scan finished", time: "3 hours ago", user: "System" },
+ { action: "Database backup completed", time: "6 hours ago", user: "System" }
+ ].map((item, index) => (
+
+
+
+ ))}
+
+
+ {item.action}
+{item.user}
+{item.time}
+
+
+
+ {/* Analytics Section */}
+ User Management
+
+
+
+ {[
+ { name: "Sarah Chen", email: "sarah@example.com", status: "Active", joined: "Jan 15, 2025" },
+ { name: "Michael Rodriguez", email: "michael@example.com", status: "Active", joined: "Jan 10, 2025" },
+ { name: "Emily Thompson", email: "emily@example.com", status: "Inactive", joined: "Jan 5, 2025" }
+ ].map((user, index) => (
+
+
+
+ ))}
+
+
+ {user.name}
+{user.email}
+
+
+ {user.status}
+
+
+ {user.joined}
+
+
+
+ {/* Settings Section */}
+ Analytics
+
+
+
+
+ Traffic Overview
+
+
+ Chart placeholder
+
+
+ User Growth
+
+
+ Chart placeholder
+
+
+ Settings
+
+
+
+
+
+
+
+ Email Notifications
+Receive email alerts for important events
+
+
+
+
+
+ Two-Factor Authentication
+Enhance your account security
+
+
+
+
+
+ System Maintenance Mode
+Enable maintenance mode for updates
+