Images are transparent or corrupted on deployment, but they are normal in local

Someone can help me to find the problem about the images do not appear in deploy but they are normal in the local? Just PNG and JPG images are transparent or corrupted, the svg images are working normal.

the link of deploy: https://elaborate-gnome-d9c800.netlify.app/

Look the comparision made with the deploy and local, just one of that are loading the images correctly

Someone can help me with some tips of what i can do?

Instead of importing the images: Pokemon-Website/src/pages/Home/index.js at main · alihpss/Pokemon-Website (github.com), you should put them in public folder: Pokemon-Website/public at main · alihpss/Pokemon-Website (github.com) and access them as /teste.jpg for example.