Responsive image component with variants
<Image src={props.image} sx={{ width: [ '100%', '50%' ], borderRadius: 8, }}/>
<Image src={props.image} variant='avatar'/>