Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:15:21 +00:00

View File

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