- Sanitize the entire repo. - Remove redundant comments, commented code that's not serving a purpose. - Add relevant comments - Also remove unused imports and make the code prettier and presentable in general. - Edit function names that were used just as placeholders (e.g., dummyContent) - Add correct alt text for images with improved accessibility - Replace `<img>` tags with next based `<Image>` tags - Don't remove author attributions
<img>tags with next based<Image>tags