Wide Band With Field Facts
A cinematic image band carrying a pill label in its corner, followed by a ruled four-column row where each measured fact pairs an oversized figure with a sentence of testing context. The outline pill CTA sits on the heading line between the two.
Docs
Installation
A real shadcn registry command, not a copy-paste stand-in: it fetches this block plus its button, badge, media-slot dependencies and any missing npm packages, and installs them straight into your project.
npx shadcn add https://staaarter.com/r/wide-band-with-field-facts.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/feature/feature16.tsx instead.
Usage
The file also exports feature16Demo, 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 { Feature16, feature16Demo } from "@/components/blocks/feature/feature16"; export default function Page() { return <Feature16 {...feature16Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| bandLabel | string | undefined | Pill label overlaid on the bottom-left corner of the image band. |
| bandPhoto | { src: string; alt: string } | none | Wide cinematic photo for the band. |
| heading | string | none | Heading between the band and the facts row. |
| cta | { label: string; href: string } | undefined | Outline pill CTA rendered on the heading line. |
| facts | FieldFact[] | none | Ruled fact columns below the heading. |
| className | string | none | Extra classes for the outer section element. |
Types
type FieldFact = { figure: string; context: string; };
Behavior notes
- Purely presentational: no client-side state. The CTA is a decorative link (href "#" in the demo).
- The image band always spans the full section width outside the max-w content container; the label badge only renders when bandLabel is set.
- facts renders in a 4-column grid divided by vertical rules on desktop, which collapses to a single column with horizontal rules on mobile.
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.