Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 18:08:54 +00:00

View File

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