Skip to content

<TestimonialsAvatars />

The TestimonialsAvatars component is used to display a star rating testimonials with avatars.

TestimonialsAvatars

Usage

import {TestimonialsAvatars} from '@/app/(marketing)/components/sections/testimonials-avatars'
 
export default function Page() {
  return <TestimonialsAvatars />
}