Login
Docs
Header

Header

A responsive header with a logo, navigation links and a call to action button.

import { Navbar } from "@/components/navbar";

Navigation links can be updated in the menuList array in config/landing.ts file.

export const menuList = [
  { label: "Home", link: "/" },
  { label: "Features", link: "/#features" },
  { label: "Pricing", link: "/#pricing" },
  { label: "Docs", link: "/docs/introduction" },
  { label: "Blog", link: "/blog" },
];