Testimonial13
A responsive testimonial slider component built with MUI, Framer Motion, and react-slick, showcasing user reviews with avatars and roles.
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
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