}>
} />
} />
+ } />
} />
} />
} />
diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx
index 707467f..1eb5b63 100644
--- a/frontend/src/components/layout/Sidebar.tsx
+++ b/frontend/src/components/layout/Sidebar.tsx
@@ -11,12 +11,14 @@ import {
Building2,
Users,
Settings,
- LogOut
+ LogOut,
+ Crown
} from 'lucide-react';
import { useAuthStore } from '../../store/authStore';
const menuItems = [
{ icon: LayoutDashboard, label: 'الرئيسية', path: '/dashboard' },
+ { icon: Crown, label: 'لوحة النخبة', path: '/elite-dashboard' },
{ icon: FileText, label: 'الفواتير', path: '/invoices' },
{ icon: Building2, label: 'الشركات', path: '/companies' },
{ icon: Users, label: 'الموظفون', path: '/staff' },
diff --git a/frontend/src/pages/auth/LoginPage.tsx b/frontend/src/pages/auth/LoginPage.tsx
index dd9c4de..d3f9a49 100644
--- a/frontend/src/pages/auth/LoginPage.tsx
+++ b/frontend/src/pages/auth/LoginPage.tsx
@@ -124,6 +124,16 @@ export default function LoginPage() {
أنشئ حساباً جديداً
+
+ {/* Trojan Horse Marketing Link */}
+
+
+ 🚀 جرب أداة تحويل فواتير PDF إلى XML مجاناً
+
+
);