Testimonials

Testimonials

Social proof sections. Two variants available.

Testimonials grid

Multiple testimonials in a grid layout.

import { LandingTestimonials } from '@/components/landing/landing-testimonials';

<LandingTestimonials />

File: src/components/landing/landing-testimonials.tsx

Testimonial single

A single featured testimonial: large quote with avatar. Use for a standout quote from a key customer.

import { LandingTestimonialSingle } from '@/components/landing/landing-testimonial-single';

<LandingTestimonialSingle />

File: src/components/landing/landing-testimonial-single.tsx

Customizing

Edit the testimonials array in each component file. Swap in your real customers' quotes before launch.