From 1ada695782c8bdd9688b653d9acfef5b7af4fe11 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:08:47 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index c073962..0776b90 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -31,8 +31,9 @@ export default function DashboardPage() { { title: "Followers", values: [150, 200, 250], description: "Your growing community base." } ], logoIcon: LayoutDashboard, - sidebarItems: [{ icon: PenTool }, { icon: Image }, { icon: User }, { icon: Settings }], - imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg" + sidebarItems: [{ icon: PenTool, label: "Tools", id: "tools" }, { icon: Image, label: "Gallery", id: "gallery" }, { icon: User, label: "Profile", id: "profile" }, { icon: Settings, label: "Settings", id: "settings" }], + imageSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915127.jpg", buttons: [{ text: "View All", href: "/all" }, { text: "New Project", href: "/create" }], + listItems: [{ id: "1", title: "Draft 1", status: "Pending" }, { id: "2", title: "Draft 2", status: "Published" }] }} />