diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx
index b45da326..80540d7c 100644
--- a/client/components/Layout.tsx
+++ b/client/components/Layout.tsx
@@ -205,6 +205,114 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
{/* Auth Section */}
+
+
+
+
+
+
+
+ Navigate AeThex
+
+ Access any section without leaving your flow.
+
+
+
+
+
+ {loading ? (
+
+ ) : user ? (
+ <>
+
+
+ Go to Dashboard
+
+
+
+
+ View Profile
+
+
+
+
+ Account Settings
+
+
+
+
+
+ >
+ ) : (
+ <>
+
+
+ Join AeThex
+
+
+
+
+ Sign In
+
+
+ >
+ )}
+
+
+
+
{!loading && (
<>
{user ? (