Service Highlight
A single-service highlight section: an eyebrow and large title on the left paired with a right-aligned summary paragraph, a wide hero image beneath, and a bold closing statement under a hairline rule.
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/service-highlight.jsonPrefer not to use the CLI? Copy the source from the Code toggle above into src/components/blocks/feature/feature62.tsx instead.
Usage
The file also exports feature62Demo, 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 { Feature62, feature62Demo } from "@/components/blocks/feature/feature62"; export default function Page() { return <Feature62 {...feature62Demo} />; }
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| eyebrow | string | none | Small label above the heading. |
| heading | ReactNode | none | Large section heading. |
| summary | string | none | Right-aligned summary paragraph next to the heading. |
| image | MediaSlotImage | none | Wide hero image below the header row. |
| statement | ReactNode | none | Bold closing statement under the image. |
| className | string | none | Extra classes for the outer section element. |
Behavior notes
- Fully static server component, no client-side state.
- The summary paragraph is left-aligned on mobile and right-aligned from the `lg` breakpoint up, matching the header's two-column layout only appearing at that size.
- The closing statement sits under a hairline top border to visually separate it from the hero image above it.
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.