From 7720158b5f2ef7986f5e59a463554aa67f20a9e8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:20:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"}, ]}