Description
The mentors page depends on the API and may break if the API is down. Implement a fallback to ensure the page still works.
Expected Behavior
- Show fallback UI or static data if API fails
- Display a clear message to users
Acceptance Criteria
- Page does not crash on API failure
- Fallback content or message is shown
- Proper error handling is in place
Description
The mentors page depends on the API and may break if the API is down. Implement a fallback to ensure the page still works.
Expected Behavior
Acceptance Criteria