Header

The header of the website

The header section is used on the pages of your marketing (public) website.

It includes your logo and brand, and the navigation menus.

The navigation menu can point to another page or to a section of the current page.

Component: <Header />

File: src/components/Header/Header.tsx

page.tsx
import { Header } from "@/components/Header/Header";

To use your own logo, place it here /public/logo.png


If you need basic components like buttons, inputs, etc, they are all available with ChakraUI.

Last updated