diff --git a/src/components/navigation.ts b/src/components/navigation.ts index 615dea8..e688e27 100644 --- a/src/components/navigation.ts +++ b/src/components/navigation.ts @@ -27,6 +27,22 @@ export const navigation = [ label: "Mentorship Programme Terms and Conditions", link: "/about/mentorship", }, + { + label: "Development Review Policy", + link: "/about/development-reviews", + }, + { + label: "Mock Interview Policy", + link: "/about/mock-interviews", + }, + { + label: "Portfolio Review Policy", + link: "/about/portfolio-reviews", + }, + { + label: "Letter of Recommendation and Character Reference Policy", + link: "/about/recommendations", + }, ].sort((a, b) => a.label.localeCompare(b.label)), }, {