feat: launch four new services #16

Merged
naomi merged 7 commits from feat/new-services into main 2025-12-12 20:42:46 -08:00
Showing only changes of commit 1b07b61a6d - Show all commits
+16
View File
@@ -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)),
},
{