From f232aa4e8fbec5282a6e99dc2562d95fa009fc0d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:16:01 +0000 Subject: [PATCH] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index c584943..86db400 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -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"], },