Index: src/components/navbar.tsx
===================================================================
--- src/components/navbar.tsx	(revision 636f86cc03abcdbac548ce77903447c882c466e9)
+++ src/components/navbar.tsx	(revision 2d635ae5965d059d363eb4aa4e68ac6a24558c1f)
@@ -19,10 +19,10 @@
 
   const menuItems = [
-    { icon: faUser, label: 'Профил', href: '/profile' },
-    { icon: faBookmark, label: 'Семестри', href: '/semesters' },
-    { icon: faBook, label: 'Предмети', href: '/subjects' },
-    { icon: faPenToSquare, label: 'Пријави', href: '/applications' },
-    { icon: faListCheck, label: 'Положени', href: '/exams' },
-    { icon: faFilePdf, label: 'Документи', href: '/documents' }
+    { icon: faUser, label: 'Профил', href: '/students/profile' },
+    { icon: faBookmark, label: 'Семестри', href: '/students/semesters' },
+    { icon: faBook, label: 'Предмети', href: '/students/subjects' },
+    { icon: faPenToSquare, label: 'Пријави', href: '/students/applications' },
+    { icon: faListCheck, label: 'Положени', href: '/students/exams' },
+    { icon: faFilePdf, label: 'Документи', href: '/students/documents' }
   ];
 
