<TestimonialsAvatars />
The TestimonialsAvatars
component is used to display a star rating
testimonials with avatars.
Usage
import {TestimonialsAvatars} from '@/app/(marketing)/components/sections/testimonials-avatars'
export default function Page() {
return <TestimonialsAvatars />
}