From 81808a41da67a21bc6cbb56d06b4c3f075d07126 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 20:45:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eceb9dc..d944343 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Über uns ", id: "about"}, { - name: "Guidance", id: "guidance"}, + name: "Unterstützung ", id: "guidance"}, { name: "Kontakt ", id: "contact"}, ]} -- 2.49.1