Testimonials
V1
Import
import { Testimonials } from '@/components/landing/v1/testimonials'
<Testimonials/>
V2
Import
import { TestimonialSection } from '@/components/landing/v2/testimonial'
<TestimonialSection/>
Reminder: This boilerplate use the ShadCN component library. Refer to the ShadCN documentation (opens in a new tab) for more information.