PromoCard

Two-column promo block with optional illustration + badge on the left and title, description, button + secondary link on the right.

Preview

Usage

import { PromoCard } from '@ramtt/ui'

<PromoCard
  badge="New"
  title="Coach view"
  description="Share workouts and review them together."
  actionLabel="Try it"
  onAction={open}
  link={{ label: 'Learn more', href: '/coach' }}
/>

Props

PropTypeDefaultDescription
title*stringCard title
descriptionstringBody paragraph
illustrationReactNodeLeft-column illustration / image
badgestringSmall label below illustration
actionLabelstringPrimary button label
onAction() => voidPrimary button handler
link{ label: string; href: string }Secondary inline link
classNamestringAdditional Tailwind classes