Replace incorrect image import with path to img
Replace image import with src prop in img component in format of "/img/image-name.image-extension"
Replace img with Image component from next whenever possible.
Add alt text to the Image component relevant to the image name or the action surrounding it - such as Button action, Link, etc.