From 31230cbbed8032a2dac61b089fb6fa7c0a6c17ff Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Fri, 7 Nov 2025 19:37:28 +0000 Subject: [PATCH] completionId: cgen-30524a8cd15243d09ea21055a2702a0f cgen-30524a8cd15243d09ea21055a2702a0f --- client/components/Layout.tsx | 70 ++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 3 deletions(-) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index a3213133..56b289fe 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -118,15 +118,79 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
- {/* Logo */} -
- + {/* Logo - Desktop: Link, Mobile: Expandable Arms */} +
+ {/* Desktop Logo */} + AeThex Logo + + {/* Mobile Logo - Expandable Arms */} + + + {/* Mobile Arms Dropdown */} + {mobileArmsOpen && ( + <> + {/* Backdrop */} +
setMobileArmsOpen(false)} + /> + + {/* Arms Menu */} +
+
+ {ARMS.map((arm) => ( + + ))} +
+
+ + )}
{/* Navigation */}