Implement Sirvoy booking services

This commit is contained in:
gpt-engineer-app[bot]
2025-09-25 18:25:37 +00:00
parent 557f8bdd77
commit 576d7dd711
5 changed files with 998 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
const menuItems = [
{ icon: Home, label: 'Dashboard', path: '/dashboard' },
{ icon: Settings, label: 'Admin Panel', path: '/dashboard/admin' },
{ icon: Plus, label: 'Add listing', path: '/dashboard/add-listing' },
{ icon: Plus, label: 'Channel Manager', path: '/dashboard/channel-manager' },
{ icon: Wallet, label: 'Wallet', path: '/dashboard/wallet' },
{ icon: MessageSquare, label: 'Message', path: '/dashboard/messages', badge: '2' },
];