Refactor all images in the codebase to use Next.js `Image` component rather than `url()` function or any other means. We prefer to use the `Image` component as Next.js automatically makes the necessary optimisations for our images that way.
Refactor all images in the codebase to use Next.js
Imagecomponent rather thanurl()function or any other means.We prefer to use the
Imagecomponent as Next.js automatically makes the necessary optimisations for our images that way.