Skip to content

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-soft/section/features-bento
Open ↗

Source

import { Globe2, Leaf, Users } from "lucide-react";
import { cn } from "@/lib/utils";

export interface FeaturesBentoProps {
  title?: string;
  className?: string;
}

/** 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. */
export function FeaturesBento({ title = "Everything in one calm place", className }: FeaturesBentoProps) {
  const months = [52, 48, 50, 44, 41, 43, 38, 35, 33];
  return (
    <section aria-labelledby="os-bento-title" className={cn("da-section bg-da-bg text-da-fg", className)}>
      <div className="da-container">
        <h2 id="os-bento-title" className="max-w-xl font-da-display text-[clamp(2.25rem,5vw,3.5rem)] leading-[1.05] tracking-da-display text-balance">
          {title}
        </h2>
        <ul className="mt-12 grid auto-rows-[minmax(11rem,auto)] gap-4 md:grid-cols-4">
          <li className="rounded-da-lg bg-da-surface p-7 text-da-surface-fg shadow-da-sm md:col-span-2 md:row-span-2">
            <h3 className="font-da-display text-2xl">Emissions, month by month</h3>
            <p className="mt-1 text-da-muted-fg">Down 37% since January.</p>
            <div aria-hidden className="mt-8 flex h-48 items-end gap-2.5">
              {months.map((m, i) => (
                <span
                  key={i}
                  className={cn("flex-1 rounded-t-full", i === months.length - 1 ? "bg-da-primary" : "bg-da-accent")}
                  style={{ height: `${30 + ((m - Math.min(...months)) / (Math.max(...months) - Math.min(...months))) * 70}%` }}
                />
              ))}
            </div>
          </li>
          <li className="flex flex-col justify-between rounded-da-lg bg-da-secondary p-7 text-da-secondary-fg md:col-span-2">
            <Globe2 aria-hidden className="size-7" />
            <p className="font-da-display text-3xl leading-tight">
              84 tCO₂e saved <em>= 42 return flights</em> Paris–New York
            </p>
          </li>
          <li className="rounded-da-lg bg-da-accent p-7 text-da-accent-fg">
            <Users aria-hidden className="size-6" />
            <h3 className="mt-4 font-da-display text-xl">38 suppliers</h3>
            <div aria-hidden className="mt-4 flex -space-x-2">
              {["MP", "RF", "KC", "AL", "+"].map((s) => (
                <span
                  key={s}
                  className="grid size-9 place-items-center rounded-full border-2 border-da-accent bg-da-surface text-xs font-medium text-da-surface-fg"
                >
                  {s}
                </span>
              ))}
            </div>
          </li>
          <li className="rounded-da-lg bg-da-surface p-7 text-da-surface-fg shadow-da-sm">
            <Leaf aria-hidden className="size-6 text-da-primary" />
            <h3 className="mt-4 font-da-display text-xl">Report-ready</h3>
            <ul className="mt-3 flex flex-wrap gap-1.5 text-xs">
              {["CSRD", "CDP", "GHG", "B Corp"].map((c) => (
                <li key={c} className="rounded-da-pill bg-da-surface-2 px-2.5 py-1">
                  {c}
                </li>
              ))}
            </ul>
          </li>
        </ul>
      </div>
    </section>
  );
}

export default FeaturesBento;

modules/organic-soft/section/features-bento/index.tsx

Props

PropTypeDefaultDescription
titlestring—Heading.
classNamestring—Extra classes on the root.

Other features variants in Organic Soft

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 Bento

Data-driven bento grid of bordered cards: cash-flow line chart, DSO metric, approval flow, currency list and integrations — each a small realistic mock.

Neo CorporateFeatures

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 CorporateFeatures

Features Tabs

Underline tabs (Radix Tabs) switching between product areas: copy + check points on the left, a bordered data card (status rows) on the right.

Neo CorporateFeatures

Features Versus

Before/after comparison: a muted “spreadsheets and email” column with red crosses next to a blue-bordered “with Ledgerly” column with green checks.

Neo CorporateFeatures

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