Value Prop Trio
Value proposition section: an eyebrow kicker over a hairline rule, a two-column heading and paragraph, then three equal-width portrait image tiles. Each tile floats a small icon-and-label chip over the photo, with a title and description printed beneath it.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/value-prop-trio.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/feature/feature30.tsx instead.
Usage
The file also exports feature30Demo, the exact props behind the preview above. Spread it to get a working section in one line, then replace it with your own data.
import { Feature30, feature30Demo } from "@/components/blocks/feature/feature30"; export default function Page() { return <Feature30 {...feature30Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | none | Kicker label above the hairline rule. |
| heading | ReactNode | none | Left column heading. |
| description | string | none | Right column paragraph. |
| tiles | PortraitTile[] | none | Three portrait image tiles rendered side by side. |
| className | string | none | Extra classes for the outer section element. |
Types
type AssetChip = { icon: LucideIcon; label: string }; type PortraitTile = { photo: { src: string; alt: string }; asset: AssetChip; title: string; description: string; };
Behavior notes
- Purely presentational: there is no client-side state, this is a plain server component.
- All three tiles render at equal width in a `sm:grid-cols-3` grid, each with a 3:4 portrait aspect ratio.
- The floating asset chip is a decorative icon-and-label pill absolutely positioned over the top-left of each photo; it does not reflect live data.
- Passing more or fewer than three tiles still works layout-wise, the grid simply reflows, but the brief's design intent is exactly three.
More Feature Blocks
View all →Full-Bleed Workspace Band
Two-column header above a full-bleed image band with a live view switcher, closing on three numbered captions.
Center-Line Journey Timeline
Vertical hairline timeline alternating stages either side, dropping a phone frame on one step.
Figure-Led Evidence Rows
Tall image with a floating before-and-after card, leading into oversized-figure evidence rows.
Staircase Asset Trio
Three image tiles stepping down the page in a staircase, each floating a different live asset.
Sticky Reference List
Sticky heading column beside three labelled groups of checked capabilities, closing on a footnote.
Day Timeline Rows
Hairline rows walking through one working day, stamped with time and a live approval card inline.