Update src/app/admin/page.tsx
This commit is contained in:
@@ -7,13 +7,10 @@ import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import {
|
||||
Users,
|
||||
Briefcase,
|
||||
BarChart3,
|
||||
Shield,
|
||||
Activity,
|
||||
TrendingUp,
|
||||
AlertCircle,
|
||||
Settings,
|
||||
} from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
@@ -169,14 +166,14 @@ export default function AdminPage() {
|
||||
{
|
||||
title: "User Growth Metrics", description: "Active users and engagement statistics", bentoComponent: "icon-info-cards", items: [
|
||||
{ icon: Users, label: "Total Users", value: "24,500+" },
|
||||
{ icon: Briefcase, label: "Job Postings", value: "3,240" },
|
||||
{ icon: Activity, label: "Job Postings", value: "3,240" },
|
||||
{ icon: TrendingUp, label: "Monthly Growth", value: "12.5%" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Geographic Distribution", description: "Job seeker and employer locations worldwide", bentoComponent: "map"},
|
||||
{
|
||||
title: "Popular Job Categories", description: "Most sought-after job positions and skills", bentoComponent: "marquee", centerIcon: Briefcase,
|
||||
title: "Popular Job Categories", description: "Most sought-after job positions and skills", bentoComponent: "marquee", centerIcon: Activity,
|
||||
variant: "text", texts: [
|
||||
"Software Engineering", "Product Management", "Data Science", "UX Design", "Marketing", "Sales"],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user