Skip to content

Hero Editorial

Magazine-style hero: oversized serif headline across the width with an italic line, a collage of three organic shapes (arch, circle with leaf, pebble) and a pull-quote column; scroll cue.

organic-soft/section/hero-editorial
Open ↗

Source

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

export interface HeroEditorialProps {
  kicker?: string;
  title?: string;
  description?: string;
  cta?: { label: string; href: string };
  quote?: { text: string; name: string; role: string };
  className?: string;
}

/** Magazine-style hero: oversized serif headline across the width with an italic line, a collage of three organic shapes (arch, circle with leaf, pebble) and a pull-quote column; scroll cue. */
export function HeroEditorial({
  kicker = "Issue nº 12 — The quiet climate work",
  title = "Sustainability, without the theatre.",
  description = "Grove helps growing companies do the unglamorous part well: honest measurement, steady reduction, clear reporting.",
  cta = { label: "Read how it works", href: "#how" },
  quote = { text: "It’s the first climate tool our finance team didn’t roll their eyes at.", name: "Léa Martin", role: "COO, Atelier Nord" },
  className,
}: HeroEditorialProps) {
  const [first, ...rest] = title.split(", ");
  return (
    <section aria-labelledby="os-ed-title" className={cn("bg-da-bg pt-16 pb-20 text-da-fg sm:pt-24", className)}>
      <div className="da-container">
        <p className="border-b border-da-border pb-4 font-da-mono text-xs text-da-muted-fg">{kicker}</p>
        <h1 id="os-ed-title" className="mt-8 font-da-display text-[clamp(3rem,9vw,7.5rem)] leading-[0.95] tracking-da-display">
          {first}
          {rest.length > 0 && (
            <>
              ,<br />
              <em className="text-da-primary">{rest.join(", ")}</em>
            </>
          )}
        </h1>
        <div className="mt-12 grid gap-10 lg:grid-cols-[1.4fr_1fr]">
          <div aria-hidden className="grid h-72 grid-cols-3 items-end gap-3 sm:h-80 sm:gap-5">
            <div className="h-full rounded-t-full rounded-b-da-lg bg-da-accent" />
            <div className="relative grid aspect-square place-items-center self-center rounded-full bg-da-secondary">
              <svg viewBox="0 0 60 60" className="w-1/2 text-da-secondary-fg">
                <path d="M30 52V22" stroke="currentColor" strokeWidth="2.5" strokeLinecap="round" />
                <path d="M30 32c-10 0-16-6-16-16 10 0 16 6 16 16Zm0-6c9 0 14-5 14-14-9 0-14 5-14 14Z" fill="currentColor" />
              </svg>
            </div>
            <div className="h-3/4 rounded-[45%_55%_40%_60%/55%_45%_55%_45%] bg-da-primary" />
          </div>
          <div className="flex flex-col">
            <p className="text-lg text-da-muted-fg">{description}</p>
            <figure className="mt-8 border-l-2 border-da-primary pl-5">
              <blockquote className="font-da-display text-xl italic">“{quote.text}”</blockquote>
              <figcaption className="mt-3 text-sm text-da-muted-fg">
                {quote.name} · {quote.role}
              </figcaption>
            </figure>
            <a href={cta.href} className="da-focus da-transition group mt-10 inline-flex items-center gap-3 self-start rounded-da-pill font-medium lg:mt-auto">
              <span className="grid size-12 place-items-center rounded-full border border-da-fg transition-colors duration-(--da-duration) group-hover:bg-da-fg group-hover:text-da-bg">
                <ArrowDown aria-hidden className="size-5" />
              </span>
              {cta.label}
            </a>
          </div>
        </div>
      </div>
    </section>
  );
}

export default HeroEditorial;

modules/organic-soft/section/hero-editorial/index.tsx

Props

PropTypeDefaultDescription
kickerstring—Kicker.
titlestring—Heading.
descriptionstring—Supporting text.
cta{ label: string; href: string }—Cta.
quote{ text: string; name: string; role: string }—Quote.
classNamestring—Extra classes on the root.

Other hero variants in Organic Soft

Hero in other art directions

Hero Poster

Poster-style centered hero: gigantic stacked headline alternating solid and outlined words, colored feature stickers scattered around it, two pressable CTAs and a ruled wordmark strip of customer logos.

BrutalistHero

Hero Signup

Conversion hero with the signup form in the fold: headline with a blue highlighted phrase, boxed email capture with pending/success states, checkmark reassurance list and three staggered colored step cards.

BrutalistHero

Hero Stacked

Split hero with a huge stacked uppercase headline (one line boxed in yellow), two pressable CTAs, a stats strip and a changelog window mock with a rotated sticker.

BrutalistHero

Hero Terminal

Developer-first hero: full-width uppercase headline, copyable install command button, and an ink terminal window that replays a git merge → publish session line by line with a blinking yellow cursor.

BrutalistHero

Hero Centered

Centered hero over the mesh: frosted badge, headline with gradient-text ending, gradient + frosted CTAs, then a wide glass ‘live call’ window with four video tiles, live transcript and an AI capture chip.

GlassHero

Hero Mesh

Split hero over the glass mesh: frosted announcement pill, headline with gradient-text second half, gradient + frosted CTAs, and a layered composition of glass cards (AI meeting recap, floating video update, recording pill) gently bobbing.

GlassHero

Hero Stack

Split hero with a fanned 3D stack of three glass cards (AI recap, async video, synced tasks) tilted in perspective, spreading apart with a spring on hover.

GlassHero

Hero Waitlist

Minimal waitlist hero with a central glow: badge, big headline, a glass pill email form with gradient submit (pending, success, error states) and a stack of gradient avatars with the waitlist count.

GlassHero

Hero Cli

Developer-first centered hero on a dotted grid: version badge, headline, an install command field with copy-to-clipboard, a docs button and a terminal window showing the command output.

MinimalHero

Hero Glow

Centered hero with announcement pill, gradient-ink headline, two CTAs, a single soft indigo glow over a masked hairline grid, and an HTML product window (incident list) fading out at the bottom.

MinimalHero

Hero Metrics

Editorial left-aligned hero with an oversized tight headline, copy and CTAs on one baseline, a row of three hairline-separated mono metrics and a text wordmark strip of customers.

MinimalHero

Hero Split

Two-column hero: eyebrow, headline, copy, checklist and two CTAs on the left; on the right a hairline card showing a live incident timeline with colored status dots and a resolved badge.

MinimalHero

Hero Browser

Split hero: copy on the left, a large monochrome browser frame on the right showing a mock studio portfolio (nav, giant name, image grid with mono captions) and a signal-dot “Published” badge.

Mono CleanHero

Hero Giant

Type-led hero: a mono label, an enormous tightly-tracked headline across the full width, then a 12-col row with copy + ink button on the left and mono key facts on the right, over a full-bleed gray image frame with caption.

Mono CleanHero

Hero Grid

Visible-grid hero: hairline 12-column guides behind the content, headline + copy + ink CTA in the left columns, and a ruled index list of featured templates on the right whose rows invert on hover.

Mono CleanHero

Hero Statement

Quiet manifesto hero: a single large statement set in the display face with generous line height and an orange signal dot after a key word, bottom-anchored mono footnotes and a scroll cue; nearly full-height.

Mono CleanHero

Hero Band

Stripe-style hero on a deep blue gradient band with a slanted bottom edge: headline and CTAs on the left, a stacked pair of payment UI cards (invoice + payment success) on the right.

Neo CorporateHero

Hero Dashboard

Split hero: eyebrow, strong headline, copy, blue + bordered CTAs and a compliance line; on the right a finance dashboard mock (KPIs, bar chart, invoice table).

Neo CorporateHero

Hero Demo

Enterprise demo-request hero: copy + check bullets + quote on the left, a bordered lead form (name, work email, company, size, submit) with validation-ready fields and success state on the right.

Neo CorporateHero

Hero Proof

Centered proof-first hero on a faint grid: announcement badge, headline, CTAs, a four-stat bordered strip and a customer wordmark row.

Neo CorporateHero

Hero Illustrated

Split hero: butter badge, rounded headline, pill CTAs and avatar-dot social proof on the left; a flat pastel kanban illustration made of shapes (columns, tinted cards, circles) with a floating “done” chip on the right.

Soft FlatHero

Hero Planner

Centered hero with a big rounded headline and pill CTAs above a full-width weekly planner mock-up: five day columns with date numbers and pastel task chips (fewer columns on small screens).

Soft FlatHero

Hero Signup

Sign-up hero on a large butter panel: headline with a peach marker-highlighted phrase, white pill email form with success state, check perks and a 5-star rating line.

Soft FlatHero

Hero Tiles

Hero with a left headline block and ink CTA next to a 2×2 grid of pastel feature tiles (peach, mint, lavender, butter) with white icon squares, the right column offset downward.

Soft FlatHero