Implement Tourist Guide System

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 15:47:12 +00:00
parent 60b7e9a73d
commit aaac624bf9
7 changed files with 783 additions and 1 deletions

View File

@@ -57,7 +57,8 @@ import {
Sparkles,
Leaf,
Store,
Server
Server,
ShieldAlert
} from 'lucide-react';
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
@@ -176,6 +177,15 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
},
{ icon: Car, label: 'Vehicle Management', path: '/dashboard/vehicle-management' },
{ icon: Leaf, label: 'Sustainability', path: '/dashboard/sustainability' },
{
icon: ShieldAlert,
label: 'POLITUR',
path: '/dashboard/politur',
subItems: [
{ icon: AlertTriangle, label: 'Emergencias', path: '/dashboard/politur/emergency' },
{ icon: FileText, label: 'Reportes', path: '/dashboard/politur/reports' }
]
},
{
icon: Store,
label: t('commerce'),