import Link from "next/link"; import { ThemeToggle } from "@/components/theme-toggler"; import Image from "next/image"; import { NavbarMobileBtn } from "./nav-mobile"; import { NavLink } from "./nav-link"; import { Logo } from "./logo"; import { PulicBetaBadge } from "./beta/badge"; const hideNavbar = false; export const Navbar = () => { return ( ); }; export const navMenu = [ { name: "helo_", path: "/", }, { name: "docs", path: "/docs", }, // { // name: "plugins", // path: "/plugins", // }, // { // name: "pre-made ui", // path: "/ui", // }, // { // name: "security", // path: "/security", // }, { name: "changelogs", path: "/changelogs", }, // { // name: "resources", // path: "/resources", // }, ];