import { NavbarData } from "../components/Navbar"; export const KeplerNavbarData: NavbarData = { site: { siteMetadata: { title: "Kepler Sticka-Jones", }, }, settingsJson: { navLinks: [ { name: "Blog", url: "/blog", }, { name: "Projects", url: "/projects", }, { name: "About", url: "/about", }, ], id: "", rawJson: "", fileRelativePath: "", }, };