From 4bf03c8481311b4db8b2b76670073266ffefaf81 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:04:57 +0000 Subject: [PATCH] completionId: cgen-c17e40c15a0f4d9f802c6a4f5a3ff68b cgen-c17e40c15a0f4d9f802c6a4f5a3ff68b --- client/pages/Onboarding.tsx | 78 +++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 34 deletions(-) diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx index cd2ba951..bd1076ac 100644 --- a/client/pages/Onboarding.tsx +++ b/client/pages/Onboarding.tsx @@ -466,45 +466,55 @@ export default function Onboarding() {
{/* Progress Bar */}
-
-

- Join AeThex -

-
- - Step {currentStep + 1} of {steps.length} - -
- Already have an account?{" "} - - Sign In - +
+
+

+ Welcome to AeThex +

+

+ Complete your profile setup and unlock your potential +

+
+
+
+

+ Step {currentStep + 1} of {steps.length} +

+ + Already have an account? Sign In +
-
-
-
- {/* Step Indicators */} -
- {steps.map((_, index) => ( +
+
- ))} +
+ {/* Step Indicators */} +
+ {steps.map((step, index) => ( +
+
+
+ ))} +