import React from 'react'; import Zoom from 'react-medium-image-zoom' import 'react-medium-image-zoom/dist/styles.css' const Product = ({ item, addToCart }) => { return (
products

{item.title}

(25 customer reviews)
${item.price} ${item.delPrice}

There are many variations of passages of Lorem Ipsum and available, but the majority have suffered alteration in somey form.

  • Going through the cites of the word in classNameical.
  • There are many variations of passages.
  • Making it look like readable and spoken English.

Categories: Book

Tags: Law, Lawyer, Consult

); }; export default Product;