Component
SiteNav
Sticky 68px top navigation bar. Cal Sans wordmark left, Inter 300 uppercase links right. Frosted glass backdrop on scroll.
Default
tsx
<SiteNav
logo="True North Co."
links={[
{ label: 'Landscape', href: '/landscape' },
{ label: 'Sports', href: '/sports' },
{ label: 'Portraits', href: '/portraits' },
{ label: 'About', href: '/about' },
]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| logo | string | "True North Co." | Brand wordmark text. |
| links | NavLink[] | — | Array of { label, href } navigation links. |