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.

Jane Doe

"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

John Doe

"I love this app"

John Doe

Jane Doe

"Best app on the market"

Jane Doe

Alice Doe

"Never seen anything like it"

Alice Doe, CEO of Instagram

Guido Ross

"Nothing comes close to it"

Guido Ross, DevOps at Meta

API Reference

Prop NameProp TypeRequiredDefault
imageSrc stringYes-
text stringYes-
name stringYes-
suffix stringNo-

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.