From de6c31dd8e20c7e6d319a0a583a8c53c8d1a6729 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 21:55:41 +0000 Subject: [PATCH] Fix RealmSwitcher routes to use /gameforge and /corp cgen-e9358f1a274c40f69982fedefa5f798b --- client/components/settings/RealmSwitcher.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index 9a11c61a..6cd84b1d 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -58,7 +58,7 @@ export const REALM_OPTIONS: RealmOption[] = [ "Build immersive experiences, collaborate with other creators, and unlock our full suite of development tools.", icon: GamepadIcon, gradient: "from-neon-purple to-aethex-500", - route: "/game-development", + route: "/gameforge", routeLabel: "Game Development", highlights: [ "Advanced tooling and workflows", @@ -74,7 +74,7 @@ export const REALM_OPTIONS: RealmOption[] = [ "Engage AeThex teams for bespoke solutions, product consulting, and strategic execution across every milestone.", icon: BriefcaseIcon, gradient: "from-neon-blue to-aethex-400", - route: "/consulting", + route: "/corp", routeLabel: "Consulting", highlights: [ "Project leadership & delivery",