Infinite scrolling marquee of testimonials with star ratings, avatars, and hover pause.
npx bouncekit@latest add testimonialsUsage
import { Testimonials } from "@/components/marketing/testimonials"Props
| Prop | Type | Required | Description |
|---|---|---|---|
heading | string | yes | Section heading. |
subheading | string | — | Optional sub-heading. |
testimonials | Testimonial[] | yes | Testimonial items { name, role, quote }. |