diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx
index f963b597..37521271 100644
--- a/client/pages/Dashboard.tsx
+++ b/client/pages/Dashboard.tsx
@@ -718,10 +718,10 @@ export default function Dashboard() {
- {activeRealm === "game_developer" && "Developer Dashboard"}
- {activeRealm === "client" && "Client Dashboard"}
+ {activeRealm === "game_developer" && "Game Development Dashboard"}
+ {activeRealm === "client" && "Consulting Dashboard"}
{activeRealm === "community_member" && "Community Dashboard"}
- {activeRealm === "customer" && "Customer Dashboard"}
+ {activeRealm === "customer" && "Get Started Dashboard"}
{activeRealm === "staff" && "Staff Dashboard"}