Testimonial Section
A full customer-notes section with an eyebrow, serif heading, and a draggable testimonial stack.
Loading preview…
Installation
Add the component source directly to your project.
pnpm dlx shadcn@latest add @pastaui-pro/testimonial-sectionAPI reference
Testimonial Section
| Prop | Type | Default | Description |
|---|---|---|---|
items | TestimonialCardItem[] | — | The testimonial cards rendered in the stack. |
eyebrow | string | Customer notes | Label shown in the pill above the heading. |
title | ReactNode | Teams move faster… | Section heading. |
titleStyle | CSSProperties | { fontFamily: 'Gambarino, serif' } | Inline style for the heading, typically the display font. |
backgroundSrc | string | — | Optional cover image behind the section. |
className | string | — | Additional classes for sizing or spacing the section. |
