Skip to content

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-clean/section/hero-giant
Open ↗

Source

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

export interface HeroGiantProps {
  label?: string;
  title?: string;
  description?: string;
  primary?: { label: string; href: string };
  secondary?: { label: string; href: string };
  meta?: { label: string; value: string }[];
  className?: string;
}

/** 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. */
export function HeroGiant({
  label = "(01) Website builder for studios",
  title = "Your work, framed.",
  description = "Frame turns your projects into a fast, precise portfolio site — with layouts designed by studios, for studios. No templates that look like templates.",
  primary = { label: "Start free", href: "#start" },
  secondary = { label: "See showcase", href: "#showcase" },
  meta = [
    { label: "Studios", value: "3,400+" },
    { label: "Median load", value: "0.6 s" },
    { label: "Since", value: "2019" },
  ],
  className,
}: HeroGiantProps) {
  return (
    <section aria-labelledby="mc-giant-title" className={cn("bg-da-bg pt-16 text-da-fg sm:pt-24", className)}>
      <div className="da-container">
        <p className="font-da-mono text-xs tracking-da-label text-da-muted-fg uppercase">{label}</p>
        <h1 id="mc-giant-title" className="mt-6 font-da-display text-[clamp(3.5rem,13vw,12rem)] leading-[0.9] font-medium tracking-da-display">
          {title}
        </h1>
        <div className="mt-12 grid gap-10 border-t border-da-border-strong pt-8 lg:grid-cols-12">
          <div className="lg:col-span-6">
            <p className="max-w-lg text-lg text-da-muted-fg">{description}</p>
            <div className="mt-8 flex flex-wrap items-center gap-6">
              <a
                href={primary.href}
                className="da-focus da-transition inline-flex h-12 items-center rounded-da-sm bg-da-primary px-6 font-medium text-da-primary-fg hover:opacity-85"
              >
                {primary.label}
              </a>
              <a
                href={secondary.href}
                className="da-focus rounded-da-sm font-medium underline decoration-da-accent decoration-2 underline-offset-[6px] hover:decoration-da-fg"
              >
                {secondary.label} ↗
              </a>
            </div>
          </div>
          <dl className="grid grid-cols-3 gap-6 lg:col-span-5 lg:col-start-8">
            {meta.map((m) => (
              <div key={m.label} className="flex flex-col border-t border-da-border pt-3">
                <dt className="order-2 mt-1 font-da-mono text-[11px] tracking-da-label text-da-muted-fg uppercase">{m.label}</dt>
                <dd className="order-1 font-da-display text-3xl font-medium tracking-da-display">{m.value}</dd>
              </div>
            ))}
          </dl>
        </div>
      </div>
      <figure className="mt-16">
        <div aria-hidden className="grid h-[clamp(16rem,42vw,34rem)] w-full grid-cols-12 gap-px bg-da-border">
          <div className="col-span-7 bg-da-surface-2" />
          <div className="col-span-5 grid grid-rows-2 gap-px">
            <div className="bg-da-muted" />
            <div className="bg-da-surface-2" />
          </div>
        </div>
        <figcaption className="da-container flex flex-wrap justify-between gap-x-6 gap-y-1 py-3 font-da-mono text-[11px] tracking-da-label text-da-muted-fg uppercase">
          <span>Studio Nord — Portfolio 2026</span>
          <span>Built with Frame</span>
        </figcaption>
      </figure>
    </section>
  );
}

export default HeroGiant;

modules/mono-clean/section/hero-giant/index.tsx

Props

PropTypeDefaultDescription
labelstring—Label.
titlestring—Heading.
descriptionstring—Supporting text.
primary{ label: string; href: string }—Primary.
secondary{ label: string; href: string }—Secondary.
meta{ label: string; value: string }[]—Meta.
classNamestring—Extra classes on the root.

Other hero variants in Mono Clean

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

Split hero: eyebrow with sprout icon, large serif headline with an italic sage highlight, calm copy, pill CTAs; on the right a tall arch-topped illustration (sun + rolling hills) with a floating stat chip.

Organic SoftHero

Hero Centered

Centered serif hero floating over two soft organic blobs (sage and clay), a hand-drawn underline under the italic highlight, pill CTAs and a row of three calm stats.

Organic SoftHero

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 SoftHero

Hero Footprint

Product hero: copy + CTAs on the left, a soft rounded footprint card on the right with a donut chart of emissions by source, legend with percentages and a gentle “biggest lever” tip.

Organic SoftHero

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