diff --git a/src/app/page.tsx b/src/app/page.tsx index b0fa815..9efa75d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Products", id: "products" }, { name: "Features", id: "features" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "EN / DA", id: "language-switcher" } ]} brandName="ScootDK" />