diff --git a/client/pages/Onboarding.tsx b/client/pages/Onboarding.tsx
index df880e2b..3746a0e8 100644
--- a/client/pages/Onboarding.tsx
+++ b/client/pages/Onboarding.tsx
@@ -105,37 +105,72 @@ export default function Onboarding() {
{/* Progress Bar */}
-
+
-
Join AeThex
-
+ Join AeThex
+
Step {currentStep + 1} of {steps.length}
-
-
+ {/* Step Indicators */}
+
+ {steps.map((_, index) => (
+
+ ))}
+
{/* Step Content */}
-
+
-
+
{steps[currentStep].title}
-
+ {isTransitioning ? (
+
+ ) : (
+
+
+
+ )}
+
+
+ {/* Floating particles effect */}
+
+ {[...Array(15)].map((_, i) => (
+
+ ))}