Add Commerce module and enhance Admin Panel sections

This commit is contained in:
gpt-engineer-app[bot]
2025-10-10 23:54:41 +00:00
parent 2f1f19b6f5
commit dd051b1e73
8 changed files with 821 additions and 7 deletions

View File

@@ -54,7 +54,8 @@ import {
Shield,
Radio,
Sparkles,
Leaf
Leaf,
Store
} from 'lucide-react';
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
@@ -159,6 +160,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
{ icon: Shield, label: 'Security', path: '/dashboard/security' },
{ icon: Car, label: 'Vehicle Management', path: '/dashboard/vehicle-management' },
{ icon: Leaf, label: 'Sustainability', path: '/dashboard/sustainability' },
{ icon: Store, label: 'Comercios', path: '/dashboard/establishments' },
{ icon: Wallet, label: 'Wallet', path: '/dashboard/wallet' },
{ icon: MessageSquare, label: 'Message', path: '/dashboard/messages', badge: '2' },
];