completionId: cgen-85bfbb5cdc724f93a92554761c0680ad

cgen-85bfbb5cdc724f93a92554761c0680ad
This commit is contained in:
Builder.io 2025-11-04 21:06:47 +00:00
parent 81eedd39e9
commit 9bb2f1bf44

View file

@ -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" },