Menu
Site navigation and actions.
---
import Header2Block from "@/components/blocks/header-2.astro"
---
<Header2Block
logo={{
label: "Acme Inc",
href: "/",
}}
navigation={[
{ label: "Products", href: "#" },
{ label: "Solutions", href: "#" },
{ label: "Pricing", href: "#" },
{ label: "Blog", href: "#" },
]}
buttons={[
{ label: "Sign in", href: "#", variant: "ghost" },
{ label: "Get started", href: "#", variant: "default" },
]}
/>