Remove unused imports across files to reduce bundle size.
Move inline styles to CSS/CSS modules for better maintainability and caching.
Enable lazy loading for images to improve initial page load speed.
Use semantic HTML tags for better accessibility and SEO.
Add accessibility improvements (descriptive alt text, ARIA attributes).
Memoize components or handlers that receive large props or are passed deeply