From 1c01bc268576c2e5123c4e08caaa3923b248787d Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:05:02 +0000 Subject: [PATCH] completionId: cgen-82a3a63272334294bbea72f5c01a8ef5 cgen-82a3a63272334294bbea72f5c01a8ef5 --- client/pages/Onboarding.tsx | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index bd1076ac..b1058b8f 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -519,11 +519,23 @@ export default function Onboarding() { {/* Step Content */} -
-
-

- {steps[currentStep].title} -

+
+
+
+
+

+ {steps[currentStep].title} +

+
+

+ {currentStep === 0 && "Choose your path and let's begin your journey"} + {currentStep === 1 && "Help us know you better"} + {currentStep === 2 && "Tell us about your experience"} + {currentStep === 3 && "What are your interests?"} + {currentStep === 4 && "Select your primary focus area"} + {currentStep === 5 && "Set up your creator profile"} + {currentStep === 6 && "You're ready to go!"} +

{isTransitioning ? (