Landing Page Testimonial
- Updated on
Use this component to display a single testimonial. It has text, a name, and a picture of the person. This is used as part of Testimonial Lists and Testimonial Grids.
Usage
import { LandingTestimonial } from '@/components/landing/testimonial/LandingTestimonial';
<LandingTestimonial
name={'Mandy'}
text={'Excellent product. I love it!'}
handle={'@mandy'}
imageSrc={'https://picsum.photos/100/100.webp?random=3'}
hideFooter
/>
Examples
With Testimonial Grid
Don't take it from us
See what other people have to say.
βAfter using this, I cannot imagine going back to the old way of doing things.β

βPerfect for my use caseβ

βThis is the best thing since sliced bread. I cannot believe I did not think of it myself.β

βExcellent product!β

βCan easily recommend!β

βI am very happy with the results.β

With Testimonial List
Don't take it from us
See what other people have to say.
βThis is the best thing since sliced bread. I cannot believe I did not think of it myself.β

βAfter using this, I cannot imagine going back to the old way of doing things.β

βPerfect for my use caseβ

βExcellent product!β

βCan easily recommend!β

API Reference
Prop Name | Prop Type | Required | Default |
---|---|---|---|
url | string | Yes | - |
text | string | Yes | - |
imageSrc | string | Yes | - |
name | string | Yes | - |
handle | string | Yes | - |
featured | boolean | No | - |
verified | boolean | No | true |
size | 'full' Η 'half' Η 'third' | No | - |
More Examples
For more even more examples, see our Landing Page Component Examples page or see complete landing page examples by Exploring Our Landing Page Templates.