Skip to main content
Clever Ops

Coach Roster

Trainer cards with a coach's confidence, bold uppercase names over structural portrait panels, specialty chips, certifications as mono marks, and a book-your-intro CTA per card.

Preview & code

Loading Coach Roster preview

Installation

pnpm dlx shadcn@latest add @cleverui/coach-roster

Requires the @cleverui registry in your components.json, a one-off, two-line setup.

Usage

tsx
import { CoachRoster } from '@/components/blocks/coach-roster'
Exampletsx
'use client'

import { CoachRoster } from '@/components/blocks/coach-roster'

export default function CoachRosterDemo() {
  return (
    <CoachRoster
      eyebrow="Your corner"
      heading="The coaches"
      ctaLabel="Book an intro"
      onBook={() => {}}
      coaches={[
        {
          name: 'Dana Cole',
          role: 'Head Coach · Strength',
          specialties: ['Barbell', 'Hyrox', 'Engine'],
          certs: ['CSCS', 'USAW-L1', 'FMS'],
          years: 9,
          line: 'Show up tired. Leave sharper. That is the deal.',
        },
        {
          name: 'Marcus Reed',
          role: 'Powerlifting Lead',
          specialties: ['Squat', 'Deadlift', 'Programming'],
          certs: ['CSCS', 'USAPL'],
          years: 12,
          line: 'Big numbers come from boring weeks done hard.',
        },
        {
          name: 'Ava Okonkwo',
          role: 'Conditioning Coach',
          specialties: ['Sprint', 'Hyrox', 'Aerobic base'],
          certs: ['NASM-CPT', 'PN-L1'],
          years: 6,
          line: 'We train the clock, then we beat it.',
        },
      ]}
    />
  )
}

API reference

CoachRoster accepts the following props.

PropTypeDefaultDescription
headingstring'The coaches'
eyebrowstringkicker in the coach register, e.g. YOUR CORNER
coaches*Coach[]
ctaLabelstring'Book an intro'
onBook(coach: { name: string }) => void

…plus everything from React.HTMLAttributes<HTMLElement>: className, event handlers, aria attributes and the rest pass straight through.

Referenced types

Typestsx
export interface Coach {
  name: string
  role: string
  specialties: string[]
  /** short credential marks (CSCS, PN-L1, FMS) */
  certs?: string[]
  years?: number
  /** one-sentence coach quote */
  line?: string
}

Frequently asked questions

How do I install the Coach Roster component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/coach-roster`. The shadcn CLI copies the source into your project, you own the code from that point. You can also copy the source directly from this page.

What dependencies does Coach Roster require?

Coach Roster uses motion on top of React and Tailwind CSS. You don't need to install it manually, the shadcn CLI resolves and installs npm dependencies automatically when you add the component.

Can I theme Coach Roster to match my brand?

Yes. The component is styled entirely with Tailwind utilities over standard design tokens (primary, background, muted, border), so it inherits your existing shadcn/ui theme automatically. Change your CSS variables and the component follows, no source edits needed for palette, radius, or fonts.

Want this built for you?

CleverUI is built by the Clever Ops web team. If you'd rather ship a hand-coded, fast, custom website than assemble one, we build them for Australian businesses every week.

Explore web development services