The image pop-up component is used to display a larger version of the image in the popup.

imageUrl - image url that should be displayed in the popup side
closeModal - function that executes when closing the popup
Example:
<ImagePopUp
closeModal={() => setImagePopUpShow(false)}
showImage={isImagePopUpShow}
imageUrl={
'IMAGE URL GOES HERE'
}
/>