diff --git a/src/app/page.tsx b/src/app/page.tsx index 53bb2d8..40dd2a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,9 +62,9 @@ export default function LandingPage() { { text: "Export Data", href: "#" } ], sidebarItems: [ - { icon: "Home", active: true }, - { icon: "BarChart3" }, - { icon: "Settings" } + { icon: Home, active: true }, + { icon: BarChart3 }, + { icon: Settings } ], stats: [ { title: "Frame Rate", values: [120, 240, 360], valueSuffix: "FPS", description: "Real-time processing speed" },