<SectionTestimonials />

The SectionTestimonials component is a user interface element commonly used on websites to showcase feedback, reviews, or endorsements from customers or clients.

The component is located in the @/components/global/Section/Testimonials directory. To use the component, import it into your file:

import SectionTestimonials from '/components/global/Section/Testimonials';

Usage

To use the component, add it to your template:

<SectionTestimonials />

Properties

Config

For configuration's component, visit Config documentation.

Table of Contents