Merge version_3 into main #6
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user