Skip to content

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-soft/section/footer-garden
Open ↗

Source

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

export interface FooterGardenProps {
  brand?: string;
  brandHref?: string;
  tagline?: string;
  columns?: { title: string; links: { label: string; href: string }[] }[];
  className?: string;
}

const DEFAULT_COLUMNS = [
  {
    title: "Product",
    links: [
      { label: "Measure", href: "#measure" },
      { label: "Reduce", href: "#reduce" },
      { label: "Report", href: "#report" },
      { label: "Pricing", href: "#pricing" },
    ],
  },
  {
    title: "Learn",
    links: [
      { label: "Journal", href: "#journal" },
      { label: "Methodology", href: "#method" },
      { label: "Glossary", href: "#glossary" },
    ],
  },
  {
    title: "Company",
    links: [
      { label: "About", href: "#about" },
      { label: "Our footprint", href: "#footprint" },
      { label: "Careers", href: "#careers" },
      { label: "Contact", href: "#contact" },
    ],
  },
];

function GroveMark({ className }: { className?: string }) {
  return (
    <svg aria-hidden viewBox="0 0 32 32" className={cn("size-8 shrink-0", className)}>
      <circle cx="16" cy="16" r="16" fill="var(--da-primary)" />
      <path d="M16 25V13" stroke="var(--da-primary-fg)" strokeWidth="2" strokeLinecap="round" />
      <path d="M16 17c-4 0-6.5-2.6-6.5-6.5 4 0 6.5 2.6 6.5 6.5Z" fill="var(--da-primary-fg)" opacity=".85" />
      <path d="M16 14c3.6 0 6-2.3 6-6-3.6 0-6 2.3-6 6Z" fill="var(--da-primary-fg)" />
    </svg>
  );
}

/** 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. */
export function FooterGarden({
  brand = "Grove",
  brandHref = "/",
  tagline = "Carbon accounting for companies that want to do the quiet work well.",
  columns = DEFAULT_COLUMNS,
  className,
}: FooterGardenProps) {
  return (
    <footer
      className={cn(
        "bg-da-bg text-(--gfg) [--g:var(--da-primary)] [--gfg:var(--da-primary-fg)] dark:[--g:var(--da-accent)] dark:[--gfg:var(--da-accent-fg)]",
        className,
      )}
    >
      <svg aria-hidden viewBox="0 0 1440 120" preserveAspectRatio="none" className="block h-16 w-full sm:h-24">
        <path d="M0 80C160 40 320 30 480 56s300 50 460 30 300-60 500-40v74H0Z" fill="color-mix(in oklab, var(--g) 55%, var(--da-bg))" />
        <path d="M0 96c200-30 380-34 560-12s360 30 540 10 250-28 340-24v50H0Z" fill="var(--g)" />
      </svg>
      <div className="bg-(--g)">
        <div className="da-container grid gap-12 pt-10 pb-12 md:grid-cols-[1.5fr_repeat(3,1fr)]">
          <div>
            <a href={brandHref} className="da-focus inline-flex items-center gap-2.5 rounded-da-pill font-da-display text-3xl">
              <GroveMark className="[&_circle]:fill-(--gfg) [&_path]:fill-(--g) [&_path]:stroke-(--g)" />
              {brand}
            </a>
            <p className="mt-4 max-w-xs opacity-85">{tagline}</p>
          </div>
          {columns.map((c) => (
            <nav key={c.title} aria-label={c.title}>
              <h2 className="font-da-display text-lg italic">{c.title}</h2>
              <ul className="mt-4 space-y-2.5">
                {c.links.map((l) => (
                  <li key={l.label}>
                    <a href={l.href} className="da-focus rounded-da-sm opacity-85 hover:underline hover:opacity-100">
                      {l.label}
                    </a>
                  </li>
                ))}
              </ul>
            </nav>
          ))}
        </div>
        <div className="border-t border-(--gfg)/20">
          <p className="da-container flex flex-wrap justify-between gap-3 py-6 text-sm opacity-85">
            <span>© 2026 {brand} SAS · Lyon, France</span>
            <span>This website emits ~0.12 g CO₂e per visit.</span>
          </p>
        </div>
      </div>
    </footer>
  );
}

export default FooterGarden;

modules/organic-soft/section/footer-garden/index.tsx

Props

PropTypeDefaultDescription
brandstring—Brand name.
brandHrefstring—Brand link target.
taglinestring—Tagline.
columns{ title: string; links: { label: string; href: string }[] }[]—Columns.
classNamestring—Extra classes on the root.

Other footer variants in Organic Soft

Footer in other art directions

Footer Bar

Single-row ruled footer for apps and docs: wordmark, link cells that flood yellow on hover, green status square and copyright, each separated by vertical strokes; stacks on mobile.

BrutalistFooter

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.

BrutalistFooter

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.

BrutalistFooter

Footer Sitemap

Dense sitemap footer: boxed newsletter strip with success state, five ruled link columns with pink badges (New, hiring count), then brand, legal links and a language select.

BrutalistFooter

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 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