diff --git a/src/app/page.tsx b/src/app/page.tsx index 78bc2cc..d9d0295 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,11 +39,13 @@ export default function LandingPage() { { name: "Process", id: "#process"}, { - name: "Testimonials", id: "#testimonials"}, + name: "Success Stories", id: "/success-stories"}, { name: "Team", id: "#team"}, { name: "FAQ", id: "#faq"}, + { + name: "Apply Now", id: "/apply-now"}, { name: "Contact", id: "#contact"}, ]}