Components
Testimonials Section
The Testimonials Section component displays customer reviews and feedback to build social proof and trust.
Usage
import { TestimonialsSection } from '@/components/sections';
export default function Page() {
return <TestimonialsSection />;
}
Props
- title: string - Section headline
- description: string - Supporting text about customer satisfaction
- testimonials: array of testimonial objects with quote, author, role, company, and avatar
- layout: string - Display style (grid, carousel, masonry)
Notes
- Supports multiple layout options for different use cases
- Includes customer avatars and company logos where available
- Fully responsive with mobile-optimized layouts
- Can include star ratings and verification badges