반응형 웹 디자인 적용

This commit is contained in:
2026-07-07 10:06:13 +09:00
parent e6882b158a
commit bd921528f4
11 changed files with 350 additions and 28 deletions
+13
View File
@@ -0,0 +1,13 @@
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 },
];