LandingTestimonials
Overview
The LandingTestimonials component is designed to showcase user testimonials on a landing page. It displays a list of testimonials, each with an optional image and content, using PersonCard components to present user details.
import LandingTestimonials from '@/components/blocks/landing/landing-testimonials/LandingTestimonials.vue';

Props
The LandingTestimonials component accepts the following props
Required Props
- testimonials (Array of
TestimonialProps)- Description: An array of testimonials to be displayed. Each testimonial includes user details, content, and an optional image.