VILT Components
Header
import Header from @/Components/Header.vue;
Create a dynamic header featuring your logo on the left, links in the center, and a Call to Action (CTA) on the right. On mobile devices, the links and CTA are concealed and can be accessed through a burger menu.
Insert your own logo into the /public/images
folder, ensuring that the file name in the component matches (currently set as logo.svg).
resources/js/Components/Header.vue
For more variants check https://daisyui.com/components/navbar/