export const navigation = [ { title: "Introduction", links: [ { title: "Getting started", href: "/" }, { title: "Installation", href: "/docs/installation" }, ], }, { title: "React", links: [{ title: "Introduction", href: "/docs/react" }], }, ];