From 9f068192873d85617c1bb61bff031391affaee76 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 4 Oct 2025 00:56:20 +0000 Subject: [PATCH] Add mobile sheet navigation cgen-3ac40a0375c0440399cd3c6337639425 --- client/components/Layout.tsx | 110 ++++++++++++++++++++++++++++++++++- 1 file changed, 109 insertions(+), 1 deletion(-) 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 ? (