Remove Investors from main nav and add to footer Company links

cgen-96d07e07c32d4482943b84699abcc6d0
This commit is contained in:
Builder.io 2025-10-18 21:48:13 +00:00
parent 114743adda
commit 797fff8b17

View file

@ -43,7 +43,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
const navigation = [
{ name: "Home", href: "/" },
{ name: "Realms", href: "/realms" },
{ name: "Investors", href: "/investors" },
{ name: "Get Started", href: "/onboarding" },
{ name: "Engage", href: "/engage" },
{ name: "Developers", href: "/developers" },
@ -55,7 +54,6 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
const userNavigation = [
{ name: "Dashboard", href: "/dashboard" },
{ name: "Realms", href: "/realms" },
{ name: "Investors", href: "/investors" },
{ name: "Feed", href: "/feed" },
{ name: "Engage", href: "/engage" },
{ name: "Developers", href: "/developers" },
@ -524,6 +522,15 @@ export default function CodeLayout({ children, hideFooter }: LayoutProps) {
System Status
</Link>
</li>
<li>
<Link
to="/investors"
onClick={scrollToTop}
className="hover:text-aethex-400 transition-all duration-300 hover:translate-x-1 inline-block"
>
Investors
</Link>
</li>
</ul>
</div>