Skip to content

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

Source

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

export interface HeroGridProps {
  title?: string;
  description?: string;
  cta?: { label: string; href: string };
  templates?: { name: string; studio: string; tag: string; href: string }[];
  className?: string;
}

/** 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. */
export function HeroGrid({
  title = "Sites that look like the work, not the tool.",
  description = "Pick a layout from 48 templates designed by working studios. Every pixel stays editable.",
  cta = { label: "Browse templates", href: "#templates" },
  templates = [
    { name: "Atlas", studio: "by Nord Studio", tag: "Architecture", href: "#atlas" },
    { name: "Folio", studio: "by Kasa", tag: "Graphic design", href: "#folio" },
    { name: "Still", studio: "by Hanne Lund", tag: "Photography", href: "#still" },
    { name: "Signal", studio: "by Ortho", tag: "Branding", href: "#signal" },
    { name: "Plain", studio: "by Werk", tag: "Product", href: "#plain" },
  ],
  className,
}: HeroGridProps) {
  return (
    <section aria-labelledby="mc-grid-title" className={cn("relative bg-da-bg text-da-fg", className)}>
      <div aria-hidden className="da-container pointer-events-none absolute inset-0 hidden grid-cols-12 lg:grid">
        {Array.from({ length: 12 }, (_, i) => (
          <span key={i} className="border-l border-da-border last:border-r" />
        ))}
      </div>
      <div className="da-container relative grid gap-14 py-[clamp(5rem,10vw,8rem)] lg:grid-cols-12">
        <div className="lg:col-span-7">
          <h1 id="mc-grid-title" className="font-da-display text-[clamp(2.75rem,6.5vw,5.5rem)] leading-[0.95] font-medium tracking-da-display">
            {title}
          </h1>
          <p className="mt-8 max-w-md text-lg text-da-muted-fg">{description}</p>
          <a
            href={cta.href}
            className="da-focus da-transition mt-10 inline-flex h-12 items-center gap-2 rounded-da-sm bg-da-primary px-6 font-medium text-da-primary-fg hover:opacity-85"
          >
            {cta.label} <ArrowUpRight aria-hidden className="size-4" />
          </a>
        </div>
        <div className="self-end lg:col-span-4 lg:col-start-9">
          <p className="font-da-mono text-[11px] tracking-da-label text-da-muted-fg uppercase">Featured templates</p>
          <ul className="mt-3 border-t border-da-border-strong">
            {templates.map((t, i) => (
              <li key={t.name} className="border-b border-da-border">
                <a href={t.href} className="group da-focus da-transition flex items-baseline gap-3 px-2 py-3 hover:bg-da-fg hover:text-da-bg">
                  <span className="font-da-mono text-[11px] opacity-60">{String(i + 1).padStart(2, "0")}</span>
                  <span className="font-medium">{t.name}</span>
                  <span className="text-sm opacity-60">{t.studio}</span>
                  <span className="ml-auto font-da-mono text-[11px] tracking-da-label uppercase opacity-60 group-hover:hidden">{t.tag}</span>
                  <ArrowUpRight aria-hidden className="ml-auto hidden size-4 group-hover:block" />
                </a>
              </li>
            ))}
          </ul>
        </div>
      </div>
    </section>
  );
}

export default HeroGrid;

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

Props

PropTypeDefaultDescription
titlestring—Heading.
descriptionstring—Supporting text.
cta{ label: string; href: string }—Cta.
templates{ name: string; studio: string; tag: string; href: string }[]—Templates.
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