ESC
Components > Rating
page.tsx
1import { TestimonialsAvatars } from "@/components/TestimonialsAvatars";
A rating component with avatars. Simply change the avatars in the file and you are good to go.
LCP on Hero
If you want to use in hero component, make sure priority prop is set to true, as it'll make the component prioritize loading the avatars for large contentful paint.Hero.tsx
1<TestimonialsAvatars priority={true} />