Testimonial13

A responsive testimonial slider component built with MUI, Framer Motion, and react-slick, showcasing user reviews with avatars and roles.

All available props for the Testimonial13 component are defined and handled within Component usage path file. This allows for easy modifications to the content of the Testimonial section.

Component path: src/blocks/testimonial/Testimonial13.tsx

Component usage path: src/app/blocks/testimonial/testimonial13/page.tsx

Preview link: https://www.saasable.io/blocks/testimonial/testimonial13

Props Details

Prop
Type
Description
Displayed as

heading

object

Heading data (title, subtitle, alignment etc.) passed to the Typeset component

{ title: "Our Happy Clients", subtitle: "What people say about us" }

primaryBtn

object(optional)

Optional button props to show a CTA next to the heading

{ children: "Join Us", href: "/signup" }

testimonials

array of objects

List of testimonial items containing user profile and review

[{ profile: { name, role, avatar }, review }]

Last updated