import { Box } from '@mui/system'; import Image from 'next/image'; import PropType from 'prop-types'; const ProductImage = ({ image }) => { return ( profile profile ); }; ProductImage.propTypes = { image: PropType.string, }; export default ProductImage;