import { Icons } from "@/components/icons"; export type NavConfig = typeof navConfig; export const navConfig = { navLinks: [ { icon: , iconMobile: , label: "Overview", href: "/", pageTitle: "Overview", navLocation: "top", }, { icon: , iconMobile: , label: "Settings", href: "/settings/", pageTitle: "Account settings", navLocation: "bottom", }, { icon: , iconMobile: , label: "Help", href: "https://next-fast-turbo.mintlify.app/", pageTitle: "Documentation", navLocation: "bottom", }, ], };