From a84886a49910faf6382cbc17950f66805ccb46f7 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 22:19:55 +0000 Subject: [PATCH] Update onboarding user type titles to align with routes cgen-aafcbd1099eb46259e3d234aef7e4e57 --- client/components/onboarding/UserTypeSelection.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/components/onboarding/UserTypeSelection.tsx b/client/components/onboarding/UserTypeSelection.tsx index fa168c18..d1054998 100644 --- a/client/components/onboarding/UserTypeSelection.tsx +++ b/client/components/onboarding/UserTypeSelection.tsx @@ -27,7 +27,7 @@ interface UserTypeSelectionProps { const userTypes = [ { id: "game-developer" as UserType, - title: "Game Developer", + title: "Game Development", description: "Join our development community, access tools, mentorship, and collaborate on cutting-edge game projects.", icon: GamepadIcon, @@ -41,7 +41,7 @@ const userTypes = [ }, { id: "client" as UserType, - title: "Client", + title: "Consulting", description: "Partner with us for custom game development, consulting services, and technical solutions.", icon: BriefcaseIcon, @@ -55,7 +55,7 @@ const userTypes = [ }, { id: "member" as UserType, - title: "Community Member", + title: "Community", description: "Be part of our innovation community with access to research, networking, and exclusive content.", icon: UsersIcon, @@ -69,7 +69,7 @@ const userTypes = [ }, { id: "customer" as UserType, - title: "Customer", + title: "Get Started", description: "Explore our games, tools, and products designed to enhance your gaming and development experience.", icon: ShoppingCartIcon,