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" }] }} />