diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 89f8734e..3a21389e 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -106,7 +106,115 @@ export default function Layout({ children }: LayoutProps) { {/* Auth Section */} -
+
+
+ + + + + + + Navigate AeThex + + Access any section without leaving your flow. + + + +
+ {loading ? ( +
+
+
+
+ ) : user ? ( + <> + + + Go to Dashboard + + + + + Manage Profile + + + + + + + ) : ( + <> + + + Join AeThex + + + + + Sign In + + + + )} +
+ + +
{!loading && ( <> {user ? (