From 9bb2f1bf44b9f9e2ea2278fec0f962d034dfc8d9 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 4 Nov 2025 21:06:47 +0000 Subject: [PATCH] completionId: cgen-85bfbb5cdc724f93a92554761c0680ad cgen-85bfbb5cdc724f93a92554761c0680ad --- client/components/Layout.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/client/components/Layout.tsx b/client/components/Layout.tsx index 9d234708..b54001fb 100644 --- a/client/components/Layout.tsx +++ b/client/components/Layout.tsx @@ -57,6 +57,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) { { name: "Contact", href: "/contact" }, ]; + const publicNavigation = [ + { name: "Home", href: "/" }, + { name: "About", href: "/about" }, + { name: "Blog", href: "/blog" }, + { name: "Community", href: "/community" }, + { name: "Contact", href: "/contact" }, + { name: "Documentation", href: "/docs" }, + ]; + const userNavigation = [ { name: "Dashboard", href: "/dashboard" }, { name: "Realms", href: "/realms" },