Description:
The navbar currently shows only on the homepage but disappears on other pages. This breaks consistency and makes navigation harder.
Suggestion:
Make the navbar persistent across all routes/pages, so the user always has access to navigation, regardless of where they are in the docs.
Hint: Make the nav component separate and reusable. [This will help with maintainability and allow it to be easily integrated into other pages/layouts.]