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.

All available props for the Testimonial12 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/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