diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ddd327..768f8ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,6 +38,9 @@ import { Clock, AlertCircle, TrendingUp, + Home, + Video, + Settings, } from "lucide-react"; export default function HomePage() { @@ -89,9 +92,9 @@ export default function HomePage() { { text: "Schedule Upload", href: "#" }, ], sidebarItems: [ - { icon: Home as const, active: true }, - { icon: Video as const, active: false }, - { icon: Settings as const, active: false }, + { icon: Home, active: true }, + { icon: Video, active: false }, + { icon: Settings, active: false }, ], stats: [ {