Core Shell Components

Site-level structural components: header, navigation, mobile menu, and footer. These wrap every page in the Defused network.

SiteHeader — Compact

Core

Single-row header with inline nav, search, theme toggle, and auth buttons.

<SiteHeader variant="compact" colorScheme="grey" />

SiteHeader — Compact Dark

Core

Same compact layout with dark background.

<SiteHeader variant="compact" colorScheme="black" />

SiteHeader — Stacked

Core

Two-row header: logo row on top, navigation row below.

<SiteHeader variant="stacked" />

MainNav

Core

Desktop navigation bar with dropdown submenus.

<MainNav items={navItems} />

SocialIcons

Core

Social media icon links pulled from site config.

<SocialIcons />