Image Topped Discipline CardsPRO

Four soft cards each opening with a full-bleed photograph, then a display title, one explanatory sentence and a ruled tally line pinned to the bottom of the card.

Feature249: Image Topped Discipline Cards

Four soft cards, each opening with a photograph and closing on a ruled fact line, under a two-column header. The pill CTA sits under the row, so the whole section reads as one catalogue page.

Upgrade to Pro

Pro blocks install through the shadcn CLI with your license key and ship their full source. Docs and live previews stay open to everyone, so you can read every block's details first.

Upgrade Now

Installation

Swap YOUR_EMAIL and YOUR_KEY for the email and license key on your account. Find your license key on your account page.

Radix flavor

bash
npx shadcn add "https://ui.beste.co/r/feature249?email=YOUR_EMAIL&license_key=YOUR_KEY"

Base UI flavor

bash
npx shadcn add "https://ui.beste.co/r-base/feature249?email=YOUR_EMAIL&license_key=YOUR_KEY"

This installs the block to components/beste/block/feature249.tsx plus the badge7 eyebrow and button12 pill button it uses.

Quick start

The installed file exports feature249Demo alongside the block: the exact props behind the preview above. Spread it to get a working section in one line.

tsx
import { Feature249, feature249Demo } from "@/components/beste/block/feature249";

export default function Page() {
  return <Feature249 {...feature249Demo} />;
}

Then replace the demo with your own props. Written out, a trimmed setup looks like this:

tsx
import { Feature249 } from "@/components/beste/block/feature249";

export default function Page() {
  return (
    <Feature249
      badge={{ label: "The four rooms" }}
      heading="Everything we make falls into one of these."
      description="Four disciplines, photographed where each stops being a file."
      cards={[
        {
          src: "/disciplines/type.jpg",
          alt: "Printed letterforms",
          title: "Letterforms",
          description: "Commissioned type and the licensing that keeps it usable.",
          meta: "Four typefaces drawn since 2019",
        },
        {
          src: "/disciplines/packaging.jpg",
          alt: "Unbranded paper packaging",
          title: "Packaging",
          description: "Structure, artwork and die lines a producer will accept.",
          meta: "Eleven ranges in production",
        },
      ]}
      button={{ label: "Commission one of these", href: "/contact" }}
    />
  );
}

Props

PropTypeDefaultDescription
badge{ label: string }Eyebrow label rendered as a Badge7
headingstringSection heading in the left header column
descriptionstringSupporting paragraph in the right header column
cardsFeatureCard[][]Discipline cards, rendered in order
buttonActionButtonPill CTA under the row, rendered as Button12
classNamestringExtra classes for the outer <section>
ts
type FeatureCard = {
  src: string;
  alt: string;
  title: string;
  description: string;
  meta: string;
};

type ActionButton = {
  label: string;
  href: string;
};

Behavior notes

More Feature blocks

View all Feature
PRO

feature251

Deliverable Cards With Media

Three soft cards, each floating its own media piece over a dotted field before an eyebrow, a title, an explanation and a ruled delivery note, laid out as a plain grid with no horizontal scrolling.

FREE

feature195

Four Cards With Centered Icon

Four equal feature cards on a clean background, each with a large circular icon badge above a bold h3 title. Ideal for outlining the steps or pillars of a service offering.

PRO

feature185

Image Feature Cards Grid over Media

Three-column image feature cards grid with sticky header over background media and glass-morphism styling

PRO

feature193

Asymmetric Tall + Compact Cards over Media

Alternating rows with tall highlight card and stacked compact cards over background media

PRO

feature243

Compact Asset Cards

A feature with an eyebrow over a hairline rule, a two-column heading, and three bordered cards that each float a compact live micro-asset above a title and description.

PRO

feature191

Tagged Feature Cards with Accent Bar

Three-column feature cards with accent top bar, tag pills, and icon badges over background media