Skip to content

Footer Mega

Inverted ink footer with brand + status pill, three link columns, a viewport-wide wordmark and a legal bar. Link hover paints a yellow highlight.

brutalist/section/footer-mega
Open ↗

Source

import { cn } from "@/lib/utils";

export interface FooterMegaColumn {
  title: string;
  links: { label: string; href: string }[];
}

export interface FooterMegaProps {
  brand?: string;
  tagline?: string;
  columns?: FooterMegaColumn[];
  legal?: { label: string; href: string }[];
  copyright?: string;
  status?: { label: string; href: string };
  className?: string;
}

const DEFAULT_COLUMNS: FooterMegaColumn[] = [
  {
    title: "Product",
    links: [
      { label: "Changelog pages", href: "#" },
      { label: "In-app widget", href: "#" },
      { label: "AI summaries", href: "#" },
      { label: "Integrations", href: "#" },
      { label: "Pricing", href: "#" },
    ],
  },
  {
    title: "Developers",
    links: [
      { label: "Documentation", href: "#" },
      { label: "API reference", href: "#" },
      { label: "GitHub Action", href: "#" },
      { label: "Status", href: "#" },
    ],
  },
  {
    title: "Company",
    links: [
      { label: "About", href: "#" },
      { label: "Blog", href: "#" },
      { label: "Careers", href: "#" },
      { label: "Contact", href: "#" },
    ],
  },
];

export function FooterMega({
  brand = "Shipyard",
  tagline = "Release notes your users actually read.",
  columns = DEFAULT_COLUMNS,
  legal = [
    { label: "Privacy", href: "#" },
    { label: "Terms", href: "#" },
    { label: "DPA", href: "#" },
  ],
  copyright = `© ${new Date().getFullYear()} Shipyard Labs, Inc.`,
  status = { label: "All systems operational", href: "#status" },
  className,
}: FooterMegaProps) {
  return (
    <footer className={cn("bg-da-fg text-da-bg", className)}>
      <div className="da-container grid gap-12 py-16 md:grid-cols-[1.3fr_repeat(3,1fr)]">
        <div>
          <p className="font-da-display text-2xl tracking-da-display uppercase">{brand}</p>
          <p className="mt-3 max-w-xs opacity-80">{tagline}</p>
          <a
            href={status.href}
            className="da-focus mt-6 inline-flex items-center gap-2 border-[length:var(--da-border-width)] border-current px-3 py-1.5 font-da-mono text-xs font-bold tracking-da-label uppercase"
          >
            <span aria-hidden className="size-2.5 bg-da-success" />
            {status.label}
          </a>
        </div>
        {columns.map((col) => (
          <nav key={col.title} aria-label={col.title}>
            <h2 className="font-da-mono text-xs font-bold tracking-da-label uppercase opacity-70">{col.title}</h2>
            <ul className="mt-4 space-y-2.5">
              {col.links.map((l) => (
                <li key={l.label}>
                  <a href={l.href} className="da-focus font-medium underline-offset-4 hover:bg-da-primary hover:text-da-primary-fg">
                    {l.label}
                  </a>
                </li>
              ))}
            </ul>
          </nav>
        ))}
      </div>

      <p
        aria-hidden
        className="da-container overflow-hidden font-da-display text-[clamp(3rem,13vw,11rem)] leading-[0.8] tracking-da-display whitespace-nowrap uppercase select-none"
      >
        {brand}
      </p>

      <div className="border-t-[length:var(--da-border-width)] border-current">
        <div className="da-container flex flex-col gap-3 py-5 font-da-mono text-xs sm:flex-row sm:items-center sm:justify-between">
          <p>{copyright}</p>
          <ul className="flex gap-5">
            {legal.map((l) => (
              <li key={l.label}>
                <a href={l.href} className="da-focus underline underline-offset-4 hover:no-underline">
                  {l.label}
                </a>
              </li>
            ))}
          </ul>
        </div>
      </div>
    </footer>
  );
}

export default FooterMega;

modules/brutalist/section/footer-mega/index.tsx

Props

PropTypeDefaultDescription
brandstring"Shipyard"Brand name (also used for the giant wordmark).
taglinestring—Short line under the brand.
columnsFooterMegaColumn[]Product / Developers / Company{ title, links: { label, href }[] }.
legal{ label: string; href: string }[]—Links in the bottom bar.
copyrightstring—Copyright line.
status{ label: string; href: string }—Status page pill.
classNamestring—Extra classes on the <footer>.

Other footer variants in Brutalist

Footer in other art directions

Footer Cta

Glass footer panel that opens with a gradient CTA band (headline + white button), then brand, tagline, three link columns and a legal row.

GlassFooter

Footer Glass

Inset frosted footer panel with brand, tagline, pill newsletter form (success state), three link columns and a legal bar.

GlassFooter

Footer Pill

Compact floating glass pill footer: gradient dot brand with copyright, inline links and round social buttons; becomes a stacked rounded card on mobile.

GlassFooter

Footer Wordmark

A giant gradient brand wordmark sits behind a frosted glass panel holding three link columns and the legal line, so the letters glow through the blur.

GlassFooter

Footer Minimal

Single-row footer: small square mark, brand and copyright, a handful of links and a live ‘All systems normal’ status pill. Stacks on mobile.

MinimalFooter

Footer Newsletter

Tinted footer with brand, tagline and an inline newsletter form on the left, three link columns on the right and a legal row below.

MinimalFooter

Footer Simple

Quiet footer: brand, one-line description and a live status pill with pulsing dot, three link columns in muted text, and a hairline bottom bar with copyright and social links.

MinimalFooter

Footer Wordmark

Footer with a row of links, address and socials, ending on a giant edge-to-edge lowercase brand wordmark that fades into the page and is cropped by the bottom edge.

MinimalFooter

Footer Columns

Footer with a newsletter: underline-input “Studio notes” signup in the first half, link columns in the second, all on a hairline grid; mono copyright row.

Mono CleanFooter

Footer Giant

Signature footer: small link rows above, and the brand name set enormous across the full width at the bottom, clipped by the page edge; inverted (ink) background.

Mono CleanFooter

Footer Minimal

One-line footer: logo mark, copyright, and links separated by slashes — all in mono caps on a single hairline row; wraps gracefully on mobile.

Mono CleanFooter

Footer Mono

Grid footer: ink top rule, logo + one-line description in the first columns, three mono-headed link columns, and a bottom row of legal links and a live-status signal dot.

Mono CleanFooter

Footer Compact

Single-row compact footer: logo mark + copyright on the left, inline links on the right, hairline top border; stacks on mobile.

Neo CorporateFooter

Footer Enterprise

Large enterprise footer on surface-2: brand + tagline + region selector on the left, five link columns, then a bottom bar with legal links, compliance chips and copyright.

Neo CorporateFooter

Footer Newsletter

Footer led by a newsletter band (“The Finance Brief”) with an inline email form, then three link columns and a copyright line.

Neo CorporateFooter

Footer Status

Developer-oriented dark footer (fg/bg inverted): brand, live system-status pill with pulsing dot, API version in mono, and three link columns.

Neo CorporateFooter

Footer Garden

Large footer on deep sage (a dark sage tint in dark mode) with rolling-hill silhouettes along the top edge, logo + tagline, three link columns and a “we measure our own footprint” note in the bottom line.

Organic SoftFooter

Footer Letter

Footer written like the end of a letter: a huge italic serif sign-off, a handwritten-style signature line, contact email and a simple link row under a warm rule.

Organic SoftFooter

Footer Newsletter

Footer with an inline journal signup: logo + rounded email form in a sage-tinted card on the left, two link columns on the right, and a sand-colored bottom strip.

Organic SoftFooter

Footer Simple

Quiet centered footer: logo and serif wordmark, a single row of links separated by leaf dots, and a small copyright line on cream.

Organic SoftFooter

Footer Columns

Classic footer on a soft panel with big rounded top corners: shape logo and tagline, three link columns in rounded headings, and a legal row with a language pill.

Soft FlatFooter

Footer Cta

Footer opening with a lavender CTA card that overlaps the top of a soft bottom band holding the brand, inline links and legal line.

Soft FlatFooter

Footer Pastel

Playful footer where each link column is its own pastel tile (peach, mint, lavender) plus a butter brand tile with round emoji social buttons and the legal line.

Soft FlatFooter

Footer Simple

Centered minimal footer: rounded wordmark with a periwinkle dot, a row of soft pill links and a small “made with care” line.

Soft FlatFooter