diff --git a/src/pages/AdminPanel.tsx b/src/pages/AdminPanel.tsx
index 2743827..3708998 100644
--- a/src/pages/AdminPanel.tsx
+++ b/src/pages/AdminPanel.tsx
@@ -1,6 +1,38 @@
import { Link } from 'react-router-dom'
import { useTranslation } from 'react-i18next'
+// Group header icons
+const AnalyticsGroupIcon = () => (
+
+)
+
+const UsersGroupIcon = () => (
+
+)
+
+const TariffsGroupIcon = () => (
+
+)
+
+const MarketingGroupIcon = () => (
+
+)
+
+const SystemGroupIcon = () => (
+
+)
+
// Modern icons with consistent styling
const ChartBarIcon = () => (