From c495db44ed55e566ad02f9635ceee90bc1eebaa6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:39:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" /> -- 2.49.1