Header 1
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" },
]}
/>Header 2
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" },
]}
/>Header 3
Menu
Site navigation and actions.
---
import Header3Block from "@/components/blocks/header-3.astro"
---
<Header3Block
logo={{
label: "Acme Inc",
href: "/",
}}
navigation={[
{ label: "Docs", href: "#" },
{ label: "Components", href: "#" },
{ label: "Blocks", href: "#" },
]}
buttons={[
{
label: "GitHub",
href: "https://github.com/fulldotdev/ui",
icon: "github",
variant: "ghost",
},
{ label: "Roadmap", href: "#", variant: "ghost" },
{ label: "Browse blocks", href: "#", variant: "default" },
]}
/>Header 4
Menu
Site navigation and actions.
---
import Header4Block from "@/components/blocks/header-4.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Header4Block
logo={{
label: "Acme Inc",
href: "/",
}}
navigation={[
{
label: "Products",
href: "#",
description: "Plan, launch, and measure product work from one place.",
image: { src: placeholderImage, alt: "Product navigation preview" },
links: [
{
label: "Analytics",
href: "#",
description: "Track funnels, cohorts, and conversion paths.",
icon: "chart-no-axes-column",
},
{
label: "Automation",
href: "#",
description: "Trigger workflows from product and customer events.",
icon: "workflow",
},
{
label: "Integrations",
href: "#",
description: "Connect the tools your team already uses.",
icon: "plug",
},
],
},
{
label: "Solutions",
href: "#",
description: "Focused workflows for teams that need more context.",
links: [
{
label: "Marketing",
href: "#",
description: "Launch campaigns with shared assets and reporting.",
icon: "megaphone",
},
{
label: "Operations",
href: "#",
description: "Coordinate approvals, handoffs, and recurring work.",
icon: "settings-2",
},
],
},
{ label: "Pricing", href: "#" },
{ label: "Customers", href: "#" },
]}
buttons={[
{ label: "Sign in", href: "#", variant: "ghost" },
{ label: "Start trial", href: "#", variant: "default" },
]}
/>Header 5
Menu
Site navigation and actions.
---
import Header5Block from "@/components/blocks/header-5.astro"
import placeholderImage from "@/assets/placeholder.webp"
---
<Header5Block
logo={{
label: "Northstar",
href: "/",
}}
navigation={[
{
label: "Platform",
href: "#",
description: "A shared workspace for strategy, delivery, and insight.",
image: { src: placeholderImage, alt: "Platform navigation preview" },
links: [
{
label: "Roadmaps",
href: "#",
description: "Sequence initiatives and communicate priorities.",
icon: "map",
},
{
label: "Dashboards",
href: "#",
description: "Keep performance, adoption, and risk visible.",
icon: "layout-dashboard",
},
{
label: "AI briefs",
href: "#",
description: "Summarize research, feedback, and meeting notes.",
icon: "sparkles",
},
{
label: "Permissions",
href: "#",
description: "Control access for teams, clients, and partners.",
icon: "shield-check",
},
],
},
{
label: "Resources",
href: "#",
description: "Guides and references for better operating cadence.",
links: [
{
label: "Playbooks",
href: "#",
description: "Reusable operating patterns for product teams.",
icon: "book-open",
},
{
label: "Templates",
href: "#",
description: "Kickstart planning, reporting, and retrospectives.",
icon: "copy-check",
},
],
},
{ label: "Enterprise", href: "#" },
{ label: "Pricing", href: "#" },
]}
buttons={[
{ label: "Contact sales", href: "#", variant: "ghost" },
{ label: "Get started", href: "#", variant: "default" },
]}
/>