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) => (
+
+ ))}
+