Components
Navbar

Navbar Section

The Navbar component is a simple navigation bar that is fixed to the top of the page. It contains a logo, a list of links, and a button. The list of links is generated from a list of objects that are passed as a prop to the Navbar component. That list can be found in the default i18n json file in the src/i18n/en.json file.

Component: <Navbar/>

File: src/components/hero/Navbar.tsx

Hero