Skip to main content
Clever Ops

Certification Wall

Training diplomas and brand accreditations framed like certificates on a salon wall, double-hairline frames, serif academy names, holder and year lines. React and Tailwind trust.

Preview & code

Loading Certification Wall preview

Installation

pnpm dlx shadcn@latest add @cleverui/salon-certification-wall

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

Usage

tsx
import { SalonCertificationWall } from '@/components/blocks/salon-certification-wall'
Exampletsx
import { SalonCertificationWall } from '@/components/blocks/salon-certification-wall'

export default function SalonCertificationWallDemo() {
  return (
    <SalonCertificationWall
      eyebrow="Training"
      heading="Certified, and kept current"
      intro="Every therapist here trains well beyond the licence, these hang on our wall."
      certificates={[
        {
          title: 'Advanced Skin Diploma',
          issuer: 'CIDESCO International',
          year: '2024',
          holder: { name: 'Ava Laurent', jobTitle: 'Senior therapist' },
        },
        {
          title: 'Master Colourist Programme',
          issuer: 'L\'Oréal Professionnel',
          year: '2023',
          holder: { name: 'Maya Chen', jobTitle: 'Colour director' },
        },
        {
          title: 'Trichology Foundation',
          issuer: 'International Association of Trichologists',
          year: '2022',
          holder: { name: 'Ava Laurent', jobTitle: 'Senior therapist' },
        },
        {
          title: 'Kerastase Expert Accreditation',
          issuer: 'Kérastase Education',
          year: '2025',
          holder: { name: 'Sofia Reyes', jobTitle: 'Stylist' },
        },
        {
          title: 'Lymphatic Facial Protocol',
          issuer: 'Dermalogica Institute',
          year: '2024',
          holder: { name: 'Elena Park', jobTitle: 'Facialist' },
        },
        {
          title: 'Balayage Specialist',
          issuer: 'Redken Certified Education',
          year: '2023',
          holder: { name: 'Maya Chen', jobTitle: 'Colour director' },
        },
      ]}
      note="The originals hang in the studio, ask us about any of them."
    />
  )
}

API reference

SalonCertificationWall accepts the following props.

PropTypeDefaultDescription
eyebrowstring'Training'
headingstring'Certified, and kept current'
introstringone quiet sentence
certificates*SalonCertificate[]
notestring'The originals hang in the studio, ask us about any of them.'italic serif closing line beneath the wall

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

Referenced types

Typestsx
export interface SalonCertificate {
  title: string
  issuer: string
  /** preformatted year, e.g. '2024' */
  year: string
  holder?: {
    name: string
    jobTitle: string
  }
}

Frequently asked questions

How do I install the Certification Wall component?

Register the @cleverui registry in your components.json ("@cleverui": "https://cleverops.com.au/r/{name}.json"), then run `npx shadcn@latest add @cleverui/salon-certification-wall`. 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 Certification Wall require?

Certification Wall 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 Certification Wall 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