import { Box } from '@mui/system'; import Image from 'next/image'; interface ProductImageProps { image: string; } const ProductImage: React.FC = ({ image }) => { return ( profile ); }; export default ProductImage;