const Product = ({children, alt="pyramid"}) =>
  • {alt} {children}

  • export default Product;