diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d34860..8ec11ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Values", id: "#values" }, { name: "Apply", id: "/apply" }, { name: "Contact", id: "#contact" }, + { name: "EN/DE", id: "#lang" } ]} brandName="Artemis" button={{ text: "Apply Now", href: "/apply" }} @@ -43,6 +44,7 @@ export default function LandingPage() {