Navbar

The main navigation bar.

  • Component: <NavBar/>

  • Path: /components/layout/navbar.tsx

  • Import:

import { NavBar } from "@/components/layout/navbar";

The Navbar is composed of:

  • Your logo/brand

  • Main links (add your pricing link here if needed)

  • User menu

The Navbar is sticky, it will stay on top of the page when you scroll down.

The links will regroup under a burger menu on mobile version.

Do not forget to update both mobile AND laptop sections if you add or modify a new link.

Last updated