Sections
Testimonials
Social proof that builds trust.
The Testimonials component uses a marquee effect (infinite horizontal scroll) to display reviews.
Usage
{/* Testimonials demo (component not bundled) */}
Example
Props
Testimonials
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | undefined | Optional heading. Defaults to “Loved by Developers”. |
description | string | undefined | Optional subtext. |
Testimonial
| Prop | Type | Default | Description |
|---|---|---|---|
quote | string | Required | The testimonial text. |
author | string | Required | Name of the reviewer. |
role | string | Required | Job title or company. |
avatar | string | Required | URL of the avatar image. |