From a33c3f63087e5b7d51aec0b10dc84043bb983d3f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 17:01:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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() {