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 ? (