Skip to content

Features Grid

Classic 3×2 bordered feature grid sharing hairline borders (one outer frame), each cell with a blue icon square, title, text and a “Learn more” link.

neo-corporate/section/features-grid
Open ↗

Source

import { ArrowRight, BellRing, Building2, FileText, Globe2, Landmark, Workflow, type LucideIcon } from "lucide-react";
import { cn } from "@/lib/utils";

export interface FeaturesGridProps {
  eyebrow?: string;
  title?: string;
  description?: string;
  items?: { icon: LucideIcon; title: string; text: string; href: string }[];
  className?: string;
}

const DEFAULT_ITEMS = [
  { icon: FileText, title: "Smart invoicing", text: "Branded invoices with line items, taxes and payment links in 40 currencies.", href: "#invoicing" },
  { icon: BellRing, title: "Automated dunning", text: "Polite, escalating reminders that cut overdue balances by 38% on average.", href: "#dunning" },
  { icon: Landmark, title: "Bank reconciliation", text: "Match every transfer to its invoice with 97% automatic accuracy.", href: "#recon" },
  { icon: Workflow, title: "Approval workflows", text: "Route bills by amount, entity or vendor with full audit trails.", href: "#approvals" },
  { icon: Building2, title: "Multi-entity", text: "Consolidate subsidiaries and intercompany in a single ledger.", href: "#entities" },
  { icon: Globe2, title: "Global payments", text: "Pay and get paid via ACH, SEPA, SWIFT and cards in 120 countries.", href: "#global" },
];

/** Classic 3×2 bordered feature grid sharing hairline borders (one outer frame), each cell with a blue icon square, title, text and a “Learn more” link. */
export function FeaturesGrid({
  eyebrow = "Platform",
  title = "Everything accounts receivable needs, in one place",
  description = "Replace five point tools and a dozen spreadsheets with one connected ledger.",
  items = DEFAULT_ITEMS,
  className,
}: FeaturesGridProps) {
  return (
    <section aria-labelledby="nc-grid-title" className={cn("da-section bg-da-bg text-da-fg", className)}>
      <div className="da-container">
        <div className="max-w-2xl">
          <p className="text-xs font-semibold tracking-da-label text-da-primary uppercase">{eyebrow}</p>
          <h2 id="nc-grid-title" className="mt-3 font-da-display text-[clamp(2rem,4.5vw,3rem)] leading-[1.1] font-extrabold tracking-da-display text-balance">
            {title}
          </h2>
          <p className="mt-4 text-lg text-da-muted-fg">{description}</p>
        </div>
        <ul className="da-stroke mt-12 grid gap-px overflow-hidden rounded-da-lg bg-da-border sm:grid-cols-2 lg:grid-cols-3">
          {items.map((it) => (
            <li key={it.title} className="group bg-da-surface p-7 text-da-surface-fg">
              <span className="grid size-10 place-items-center rounded-da-md bg-da-accent text-da-accent-fg">
                <it.icon aria-hidden className="size-5" />
              </span>
              <h3 className="mt-5 font-da-display text-lg font-bold">{it.title}</h3>
              <p className="mt-2 text-[15px] text-da-muted-fg">{it.text}</p>
              <a
                href={it.href}
                className="da-focus da-transition mt-4 inline-flex items-center gap-1 rounded-da-sm text-sm font-semibold text-da-primary hover:gap-1.5"
              >
                Learn more<span className="sr-only"> about {it.title}</span>
                <ArrowRight aria-hidden className="size-4" />
              </a>
            </li>
          ))}
        </ul>
      </div>
    </section>
  );
}

export default FeaturesGrid;

modules/neo-corporate/section/features-grid/index.tsx

Props

PropTypeDefaultDescription
eyebrowstring—Small label above the heading.
titlestring—Heading.
descriptionstring—Supporting text.
items{ icon: LucideIcon; title: string; text: string; href: string }[]—Content items (see the exported types).
classNamestring—Extra classes on the root.

Other features variants in Neo Corporate

Features in other art directions

Features Grid

Six features in a single ruled box (1/2/3 columns) with numbered tiles, color-cycling icon blocks that press on hover, and a two-column section header.

BrutalistFeatures

Features Numbered

Full-width ruled rows with giant faded step numbers, uppercase titles, descriptions and a stat chip; each row floods with a different primary color on hover and the number turns solid.

BrutalistFeatures

Features Tabs

Tabbed feature explorer: ruled mono tab bar (ink active tab), then a big split panel with title, description and square-bullet list on the left and a stacked mock preview of the channel on the right.

BrutalistFeatures

Features Versus

Before/after comparison: two slightly tilted cards side by side — the old way in paper with red crosses, the new way in solid yellow with ink checks — row by row on the same topics.

BrutalistFeatures

Features Bento

Glass bento grid on 6 columns: a large AI-recap tile with a mock summary and owner chips, plus five smaller frosted tiles with gradient squircle icons.

GlassFeatures

Features Glass Grid

Centered header and six frosted feature cards with gradient squircle icons; cards lift with an overshoot and reveal a soft corner glow on hover.

GlassFeatures

Features Orbit

Integrations section: copy with a chip list on one side, and a central gradient orb with integration bubbles orbiting on two counter-rotating glass rings (bubbles stay upright). Pure CSS.

GlassFeatures

Features Tabs

Glass pill tab bar (Radix Tabs) with gradient active tab switching a large frosted panel: title, copy and bullets on the left, a layered glass preview on the right.

GlassFeatures

Features Alternating

Three zig-zag rows, each pairing a numbered kicker, title, copy and link with an HTML product mock-up (routing rules, on-call week, AI postmortem) on a soft tinted plate.

MinimalFeatures

Features Bento

Bento grid of five hairline tiles on a 6-column layout, each with a small token-themed HTML illustration (routing lines, uptime bars, MTTR metric, on-call week) above an icon, title and description.

MinimalFeatures

Features List

Dense four-column feature list: each item has a small indigo line icon, a title and a one-sentence description under a hairline top rule. Eight defaults, left-aligned header.

MinimalFeatures

Features Steps

Five-step workflow (detect, page, coordinate, resolve, learn) laid out horizontally on desktop and vertically on mobile, joined by a hairline, with numbered nodes and timing labels.

MinimalFeatures

Features Index

Features as a numbered index: a label + headline in the left columns, and a two-column ruled list on the right where each item is “01 — Title” with a short description.

Mono CleanFeatures

Features Numbered

Three large numbered steps: giant outlined-looking numerals in muted ink above a hairline, step title and text; columns on desktop, stacked on mobile.

Mono CleanFeatures

Features Showcase

Work showcase as the feature: an asymmetric grid (fixed row heights; wide, tall, square and full-width spans) of neutral gray image frames with mono captions (studio — project, template used); captions underline on hover.

Mono CleanFeatures

Features Specs

Technical spec sheet: grouped key/value definition lists in a 4-column grid, each group under a full-ink rule with a mono heading — reads like a product data sheet.

Mono CleanFeatures

Features Alternating

Alternating zig-zag rows: copy with check points on one side, a soft blob-shaped tinted panel holding a small product vignette (suppliers, actions, report) on the other.

Organic SoftFeatures

Features Bento

Soft bento: rounded tinted tiles of mixed sizes — a monthly emissions bar chart, a human equivalence (“= 42 flights”), supplier avatars, a certifications tile and a leaf quote.

Organic SoftFeatures

Features Cards

Three tall rounded cards in sage, clay and paper tints; each has an icon sitting in an organic blob, a serif title and calm copy.

Organic SoftFeatures

Features Journey

Horizontal journey: numbered circles connected by a hand-drawn wavy dashed path (vertical list on mobile), each step with a serif title, text and a mono time estimate.

Organic SoftFeatures

Features Checklist

Interactive split section: copy and a mint progress bar on the left, a white card of four round-checkbox steps on the right that turn mint with a bouncy tick when clicked; celebration at 100%.

Soft FlatFeatures

Features Icons

Centered 4-column grid of eight small features, each with a large round pastel icon badge (colors rotate), rounded title and one-liner.

Soft FlatFeatures

Features Pastel

2×2 grid of large pastel feature cards (peach, mint, lavender, butter), each with icon, rounded title, copy and a tiny flat illustration (mini board, bar week, reminder toast, chat bubbles).

Soft FlatFeatures

Features Steps

Three numbered step cards in peach, lavender and mint joined by a dashed path on desktop, each with a white emoji medallion, mono step label, title and text.

Soft FlatFeatures