@BartA In the Featured Section 12 widget area, it looks like you added a background color in your CSS around line 1612.
.front-page-12 {
background-color: #f3f3f3;
}
That could be the reason your image isn’t showing up since the background color is showing on top of it. Try removing it, and then upload an image to see if it works again.