Landing Page Testimonial Inline Item Component
- Updated on
Use this component to display a single testimonial inline. Use this to highlight short customer testimonials or reviews. are meant as short validation and are usually support for a primary or secondary Call to action.
Can be used with Testimonial Inline.
"Best app ever"
Jane Doe
Usage
import { LandingTestimonialInlineItem } from '@/components/landing/testimonial/LandingTestimonialInlineItem';
<LandingTestimonialInlineItem
imageSrc="https://picsum.photos/id/65/100/100"
name="Jane Doe"
text="Best app ever"
/>
Examples
With Testimonial Inline Wrapper
"I love this app"
John Doe
"Best app on the market"
Jane Doe
"Never seen anything like it"
Alice Doe, CEO of Instagram
"Nothing comes close to it"
Guido Ross, DevOps at Meta
API Reference
Prop Name | Prop Type | Required | Default |
---|---|---|---|
imageSrc | string | Yes | - |
text | string | Yes | - |
name | string | Yes | - |
suffix | string | 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.