Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-08 22:16:05 +00:00

View File

@@ -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"],
},