diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 06152c07..185e9102 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -155,9 +155,42 @@ export default function Dashboard() { ); } - // Don't render if no profile + // Show profile setup if no profile exists if (!profile) { - return null; + return ( + +
+ + + Welcome to AeThex! + + Let's set up your profile to get started + + + +

+ We need to create your profile to access the dashboard. +

+
+ + +
+
+
+
+
+ ); } const statsDisplay = [