From 9b3606fc74d00b8d796490f8b739449ac7aec8e5 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 21:47:50 +0000 Subject: [PATCH] completionId: cgen-478292bb36d84a789eaa99423de0d45c cgen-478292bb36d84a789eaa99423de0d45c --- client/components/Layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index d7cfe2cf..b3e5696b 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -39,13 +39,13 @@ interface LayoutProps { const ARMS = [ { id: "labs", label: "Labs", color: "#FBBF24", href: "/labs" }, - { id: "gameforge", label: "GameForge", color: "#22C55E", href: "/gameforge" }, - { id: "corp", label: "Corp", color: "#3B82F6", href: "/corp" }, + { id: "gameforge", label: "GameForge", color: "#22C55E", href: "/game-development" }, + { id: "corp", label: "Corp", color: "#3B82F6", href: "/consulting" }, { id: "foundation", label: "Foundation", color: "#EF4444", - href: "/foundation", + href: "/community", }, { id: "devlink", label: "Dev-Link", color: "#06B6D4", href: "/dev-link" }, ];