diff --git a/src/app/page.tsx b/src/app/page.tsx index 5330c64..473c1e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" },