Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-09 20:00:53 +00:00

View File

@@ -55,13 +55,13 @@ export default function SellerDashboardPage() {
{ text: "View Analytics", href: "#" }
],
sidebarItems: [
{ icon: House, active: true, label: "Overview" },
{ icon: ShoppingCart, label: "Products" },
{ icon: CircleDollarSign, label: "Discounts" },
{ icon: Package, label: "Inventory" },
{ icon: BarChart3, label: "Orders" },
{ icon: Bell, label: "Notifications" },
{ icon: Settings, label: "Settings" }
{ icon: House, active: true },
{ icon: ShoppingCart },
{ icon: CircleDollarSign },
{ icon: Package },
{ icon: BarChart3 },
{ icon: Bell },
{ icon: Settings }
],
stats: [
{ title: "Total Revenue", values: [24580, 38920, 52450], valuePrefix: "$", description: "This month" },