Menu
Site navigation and actions.
---
import HeaderBlock from "@/components/blocks/header-1.astro"
---
<HeaderBlock
logo={{
label: "Fulldev",
href: "/",
}}
navigation={[
{ label: "Docs", href: "#" },
{ label: "Components", href: "#" },
{ label: "Blocks", href: "#", active: true },
{ label: "Pricing", href: "#" },
]}
buttons={[
{
label: "2.4k",
href: "https://github.com/fulldotdev/ui",
icon: "github",
variant: "ghost",
},
{ label: "Sign in", href: "#", variant: "ghost" },
{ label: "Get started", href: "#", variant: "default" },
]}
/>