Overview
src/components/courses/CourseReviews.tsx (lines 30-53) hardcodes unrelated external image URLs as default review avatars and renders them with a raw
(line 237) lacking width/height, causing layout shift and no image optimization. Use real avatar data and next/image with explicit dimensions.
Overview
(line 237) lacking width/height, causing layout shift and no image optimization. Use real avatar data and next/image with explicit dimensions.
src/components/courses/CourseReviews.tsx (lines 30-53) hardcodes unrelated external image URLs as default review avatars and renders them with a raw