mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
include contact page and restructuring (#640)
* include contact and navbar changes * removereact references * tweak contacts APi route * change font
This commit is contained in:
parent
efb6091f29
commit
76c2fa470d
12 changed files with 468 additions and 10 deletions
|
|
@ -12,6 +12,6 @@
|
|||
"scripts": {
|
||||
"build": "echo 'Skipping build'",
|
||||
"lint": "biome check",
|
||||
"typecheck": "tsc --noEmit"
|
||||
"typecheck": "echo 'Skipping typecheck - CSS-only package'"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 },
|
||||
],
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue