Testimonial12
This code defines a React component Testimonial12 that displays a carousel of testimonials using the react-slick library, featuring user reviews, avatars, and navigation arrows.
Component path: src/blocks/testimonial/Testimonial12.tsx
Component usage path: src/app/blocks/testimonial/testimonial12/page.tsx
Preview link: https://www.saasable.io/blocks/testimonial/testimonial12
Props Details
Prop
Type
Description
Displayed as
testimonials
TestimonialDataProps[]
An array of testimonial objects, each containing an avatar (image), review text, profile info, and optional link.
See below for TestimonialDataProps
structure
Last updated