import { ArrowUpCircle, ClipboardList, GraduationCap, LayoutDashboard, } from "lucide-react"; export const navItems = [ { href: "/", label: "대시보드", icon: LayoutDashboard }, { href: "/maestros", label: "마에스트로", icon: GraduationCap }, { href: "/extension-requests", label: "연장 신청", icon: ClipboardList }, { href: "/upgrade-requests", label: "업그레이드", icon: ArrowUpCircle }, ];