NavBar
Navegación sticky con backdrop blur y menú móvil hamburguesa. La que ves arriba es la misma.
Anatomía
<NavBar
brand="Mi MYPE"
links={[
{ label: "Servicios", href: "#" },
{ label: "Nosotros", href: "#" },
{ label: "Contacto", href: "#" },
]}
>
<Button slot="actions" size="sm">Cotizar</Button>
<ThemeToggle slot="actions" />
</NavBar>