From 04569f25c079d2156142fb820dfdbcf6f95d9c2d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:19:52 +0000 Subject: [PATCH] Rename realm titles to align with routes and content; adjust labels in onboarding, dashboard, and investors cgen-7c986be8397c43b7a077e99874e6071b --- client/components/settings/RealmSwitcher.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/settings/RealmSwitcher.tsx b/client/components/settings/RealmSwitcher.tsx index 8bbdeb05..9a11c61a 100644 --- a/client/components/settings/RealmSwitcher.tsx +++ b/client/components/settings/RealmSwitcher.tsx @@ -53,7 +53,7 @@ export const REALM_OPTIONS: RealmOption[] = [ { id: "game_developer", name: "Development Forge", - title: "Game Developer", + title: "Game Development", description: "Build immersive experiences, collaborate with other creators, and unlock our full suite of development tools.", icon: GamepadIcon, @@ -69,7 +69,7 @@ export const REALM_OPTIONS: RealmOption[] = [ { id: "client", name: "Strategist Nexus", - title: "Client", + title: "Consulting", description: "Engage AeThex teams for bespoke solutions, product consulting, and strategic execution across every milestone.", icon: BriefcaseIcon, @@ -85,7 +85,7 @@ export const REALM_OPTIONS: RealmOption[] = [ { id: "community_member", name: "Innovation Commons", - title: "Community Member", + title: "Community", description: "Connect with innovators, share discoveries, and access exclusive research, events, and community resources.", icon: UsersIcon, @@ -101,7 +101,7 @@ export const REALM_OPTIONS: RealmOption[] = [ { id: "customer", name: "Experience Hub", - title: "Customer", + title: "Get Started", description: "Discover AeThex products, manage licenses, and access tailored support for every experience you launch.", icon: ShoppingCartIcon,