From 6ba0aaa9d18e6623bd8b2e24054ed38374556b58 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 10:24:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d21d46f..8a290a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,14 +38,10 @@ export default function LandingPage() { name: "About", id: "#about"}, { name: "Process", id: "#process"}, - { - name: "Success Stories", id: "/success-stories"}, { name: "Team", id: "#team"}, { name: "FAQ", id: "#faq"}, - { - name: "Apply Now", id: "/apply-now"}, { name: "Contact", id: "#contact"}, ]} @@ -234,8 +230,6 @@ export default function LandingPage() {