diff --git a/admin-portal/src/app/(authorized)/mentees/page.tsx b/admin-portal/src/app/(authorized)/mentees/page.tsx
index 5ccb9746..92dc6e63 100644
--- a/admin-portal/src/app/(authorized)/mentees/page.tsx
+++ b/admin-portal/src/app/(authorized)/mentees/page.tsx
@@ -2,7 +2,7 @@ export default function MenteesPage() {
return (
<>
- {'This is the mentees page!'}
+ {'This is the mentees page! Here you will find all information regarding the mentees.'}
>
);
diff --git a/admin-portal/src/app/(authorized)/mentors/page.tsx b/admin-portal/src/app/(authorized)/mentors/page.tsx
index c38cabd7..44d817bd 100644
--- a/admin-portal/src/app/(authorized)/mentors/page.tsx
+++ b/admin-portal/src/app/(authorized)/mentors/page.tsx
@@ -2,7 +2,7 @@ export default function MentorsPage() {
return (
<>
- {'This is the mentors page!'}
+ {'This is the mentors page! Here you will find all information regarding the mentors'}
>
);
diff --git a/admin-portal/src/app/(authorized)/sessions/page.tsx b/admin-portal/src/app/(authorized)/sessions/page.tsx
index 6a94f9f8..4465f5bf 100644
--- a/admin-portal/src/app/(authorized)/sessions/page.tsx
+++ b/admin-portal/src/app/(authorized)/sessions/page.tsx
@@ -2,7 +2,7 @@ export default function SessionsPage() {
return (
<>
- {'This is the sessions page!'}
+ {'This is the sessions page! Here you will find all information regarding the sessions'}
>
);