export type NavLink = { name: string; path: string };
export const NavItems: NavLink[] = [{ name: "home", path: "/" }];
