Hero Fintech Card
A production-scale, light + dark Hero Fintech Card component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add hero-fintech-cardLive preview available in the gallery.
Usage
import { HeroFintechCard } from "@lerpa/ui";
<HeroFintechCard />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | — | |
| eyebrow | string | — | |
| title | string | — | |
| highlightedTitle | string | — | |
| description | string | — | |
| ctaLabel | string | — | |
| ctaHref | string | — | |
| valueProps | FintechValueProp[] | — | |
| cardholderName | string | — | |
| cardExpiry | string | — | |
| cardNumber | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.