Coach Stories

Partnership band

A paper band that breaks the grid for one partnership: its name and a link across the top, the story two columns wide, and two pictures beside it.

components/coach/blocks/partnership-band.tsx

Preview

Live, on the prototype's content. Switch to mobile to see it at 390px.
1440pxOpen

Built from

Usage

components/coach/blocks/partnership-band.tsx
import { PartnershipBand } from "@/components/coach/blocks/partnership-band";

<PartnershipBand
  heading="Coach x Spotify"
  link={{ label: "Learn more", href: "/coach-x-spotify" }}
  story={cannesStory}
  images={[denimJacket, varsity]}
/>

Props

PropTypeDefaultDescription
heading*stringThe partnership's name.
link{ label: string; href: string }Top right, to the partnership's page.
story*StoryThe lead story, shown landscape and two columns wide.
images*StoryImage[]Two portraits beside the story.
classNamestringMerged last. For spacing around the block, not for restyling it.

Where it's used