Skip to content

Footer CTA

Footer that opens with a full-bleed yellow call-to-action band (huge headline + ink button), then brand with social chips, three link columns and a copyright line on paper.

brutalist/section/footer-cta
Open ↗

Source

import { ArrowRight } from "lucide-react";
import { cn } from "@/lib/utils";

export interface FooterCtaProps {
  headline?: string;
  cta?: { label: string; href: string };
  brand?: string;
  columns?: { title: string; links: { label: string; href: string }[] }[];
  social?: { label: string; href: string }[];
  copyright?: string;
  className?: string;
}

export function FooterCta({
  headline = "Got a release coming? Let's make it loud.",
  cta = { label: "Start shipping", href: "#signup" },
  brand = "Shipyard",
  columns = [
    { title: "Product", links: [{ label: "Changelog", href: "#" }, { label: "Widget", href: "#" }, { label: "Pricing", href: "#" }] },
    { title: "Resources", links: [{ label: "Docs", href: "#" }, { label: "API", href: "#" }, { label: "Templates", href: "#" }] },
    { title: "Company", links: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#" }] },
  ],
  social = [
    { label: "GitHub", href: "#" },
    { label: "X", href: "#" },
    { label: "LinkedIn", href: "#" },
  ],
  copyright = `© ${new Date().getFullYear()} Shipyard Labs, Inc.`,
  className,
}: FooterCtaProps) {
  return (
    <footer className={cn("bg-da-bg text-da-fg", className)}>
      <div className="da-stroke-t da-stroke-b bg-da-primary text-da-primary-fg">
        <div className="da-container flex flex-col gap-8 py-14 lg:flex-row lg:items-end lg:justify-between">
          <p className="max-w-3xl font-da-display text-[clamp(2.25rem,6vw,4.5rem)] leading-[0.95] tracking-da-display uppercase">{headline}</p>
          <a
            href={cta.href}
            className="da-focus da-transition da-stroke group inline-flex shrink-0 items-center gap-3 self-start bg-da-fg px-6 py-4 text-lg font-bold text-da-bg shadow-da-md hover:translate-x-[6px] hover:translate-y-[6px] hover:shadow-none lg:self-end"
          >
            {cta.label}
            <ArrowRight aria-hidden className="da-transition size-5 group-hover:translate-x-1" strokeWidth={3} />
          </a>
        </div>
      </div>
      <div className="da-container grid gap-10 py-12 sm:grid-cols-2 lg:grid-cols-[1.5fr_repeat(3,1fr)]">
        <div>
          <p className="font-da-display text-2xl tracking-da-display uppercase">{brand}</p>
          <ul className="mt-4 flex gap-2">
            {social.map((s) => (
              <li key={s.label}>
                <a href={s.href} className="da-focus da-stroke block bg-da-surface px-3 py-1.5 font-da-mono text-xs font-bold text-da-surface-fg hover:bg-da-fg hover:text-da-bg">
                  {s.label}
                </a>
              </li>
            ))}
          </ul>
        </div>
        {columns.map((c) => (
          <nav key={c.title} aria-label={c.title}>
            <h2 className="font-da-mono text-xs font-bold tracking-da-label text-da-muted-fg uppercase">{c.title}</h2>
            <ul className="mt-3 space-y-2">
              {c.links.map((l) => (
                <li key={l.label}>
                  <a href={l.href} className="da-focus font-bold underline decoration-transparent decoration-[3px] underline-offset-4 hover:decoration-da-fg">
                    {l.label}
                  </a>
                </li>
              ))}
            </ul>
          </nav>
        ))}
      </div>
      <p className="da-container da-stroke-t py-5 font-da-mono text-xs text-da-muted-fg">{copyright}</p>
    </footer>
  );
}

export default FooterCta;

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

Props

PropTypeDefaultDescription
headlinestring—Text of the CTA band.
cta{ label: string; href: string }—CTA button.
brandstring"Shipyard"Brand name.
columns{ title: string; links: { label: string; href: string }[] }[]—Link columns.
social{ label: string; href: string }[]—Social links as chips.
copyrightstring—Copyright line.
classNamestring—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