include contact and navbar changes

This commit is contained in:
Musa 2025-12-22 12:46:06 -08:00
parent 0c3efdbef2
commit d7022fd05a
7 changed files with 429 additions and 2 deletions

View file

@ -10,7 +10,7 @@ const footerLinks = {
{ label: "Hugging Face", href: "https://huggingface.co/katanemo", external: true },
],
resources: [
{ label: "GitHub", href: "https://github.com/katanemo/arch", external: true },
{ label: "GitHub", href: "https://github.com/katanemo/archgw", external: true },
{ label: "Discord", href: "https://discord.gg/pGZf2gcwEc", external: true },
{ label: "Get Started", href: "https://docs.planoai.dev/get_started/installation", external: true },
],

View file

@ -13,6 +13,7 @@ const navItems = [
{ href: "https://docs.planoai.dev", label: "docs" },
{ href: "/research", label: "research" },
{ href: "/blog", label: "blog" },
{ href: "/contact", label: "contact" },
];
export function Navbar() {