Merge version_1 into main #4
@@ -21,6 +21,10 @@ import {
|
||||
DollarSign,
|
||||
Star,
|
||||
Sparkles,
|
||||
Home,
|
||||
ShoppingBag,
|
||||
BarChart3,
|
||||
CheckCircle,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
@@ -104,9 +108,9 @@ export default function HomePage() {
|
||||
{ text: "View Analytics", href: "#" },
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: "Home", active: true },
|
||||
{ icon: "ShoppingBag", active: false },
|
||||
{ icon: "BarChart3", active: false },
|
||||
{ icon: Home, active: true },
|
||||
{ icon: ShoppingBag, active: false },
|
||||
{ icon: BarChart3, active: false },
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
@@ -127,9 +131,9 @@ export default function HomePage() {
|
||||
{ value: 70 },
|
||||
],
|
||||
listTitle: "Recent Transactions", listItems: [
|
||||
{ icon: "ShoppingCart", title: "Order #1234", status: "Delivered" },
|
||||
{ icon: "Package", title: "Order #1235", status: "Shipped" },
|
||||
{ icon: "CheckCircle", title: "Order #1236", status: "Confirmed" },
|
||||
{ icon: ShoppingCart, title: "Order #1234", status: "Delivered" },
|
||||
{ icon: Package, title: "Order #1235", status: "Shipped" },
|
||||
{ icon: CheckCircle, title: "Order #1236", status: "Confirmed" },
|
||||
],
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user