Update src/app/page.tsx
This commit is contained in:
@@ -48,6 +48,7 @@ export default function LandingPage() {
|
||||
dashboard={{
|
||||
title: "Alger Sound Dashboard", logoIcon: Headphones,
|
||||
sidebarItems: [{ icon: User, active: true }, { icon: BarChart }, { icon: Settings }],
|
||||
buttons: [{ text: "View", href: "#" }],
|
||||
chartTitle: "Production Volume", chartData: [{ value: 40 }, { value: 65 }, { value: 55 }, { value: 80 }, { value: 70 }],
|
||||
listTitle: "Recent Projects", listItems: [
|
||||
{ icon: Clock, title: "Mixing: Granz", status: "Completed" },
|
||||
|
||||
Reference in New Issue
Block a user