@@ -4,35 +4,6 @@ import ShopSidebar from "../components/ShopSideBar";
4
4
import ShopFilter from "../components/ShopFilter" ;
5
5
6
6
const Shop = ( ) => {
7
- < div className = "col-sm-12 col-md-6 col-lg-4 p-b-50" key = { index } >
8
- < div className = "block2" >
9
- < div className = "block2-img wrap-pic-w of-hidden pos-relative" >
10
- { /* <img src={product.thumbnail} alt={product.name} /> */ }
11
-
12
- < div className = "block2-overlay trans-0-4" >
13
- < a href = "#" className = "block2-btn-addwishlist hov-pointer trans-0-4" >
14
- < i className = "icon-wishlist icon_heart_alt" aria-hidden = "true" />
15
- < i
16
- className = "icon-wishlist icon_heart dis-none"
17
- aria-hidden = "true"
18
- />
19
- </ a >
20
- < div className = "block2-btn-addcart w-size1 trans-0-4" >
21
- < button className = "flex-c-m size1 bg4 bo-rad-23 hov1 s-text1 trans-0-4" >
22
- Add to Cart
23
- </ button >
24
- </ div >
25
- </ div >
26
- </ div >
27
-
28
- < div className = "block2-txt p-t-20" >
29
- < a className = "block2-name dis-block s-text3 p-b-5" > { product . name } </ a >
30
-
31
- { /* <span className='block2-price m-text6 p-r-5'>${product.price}</span> */ }
32
- </ div >
33
- </ div >
34
- </ div > ;
35
-
36
7
return (
37
8
< main >
38
9
< section className = "bgwhite p-t-55 p-b-65" >
@@ -46,7 +17,41 @@ const Shop = () => {
46
17
{ /* <ShopFilter totalItems={totalItems} />
47
18
48
19
<div className='row'>{productList}</div> */ }
20
+ < div className = "col-sm-12 col-md-6 col-lg-4 p-b-50" >
21
+ < div className = "block2" >
22
+ < div className = "block2-img wrap-pic-w of-hidden pos-relative" >
23
+ { /* <img src={product.thumbnail} alt={product.name} /> */ }
24
+
25
+ < div className = "block2-overlay trans-0-4" >
26
+ < a
27
+ href = "#"
28
+ className = "block2-btn-addwishlist hov-pointer trans-0-4"
29
+ >
30
+ < i
31
+ className = "icon-wishlist icon_heart_alt"
32
+ aria-hidden = "true"
33
+ />
34
+ < i
35
+ className = "icon-wishlist icon_heart dis-none"
36
+ aria-hidden = "true"
37
+ />
38
+ </ a >
39
+ < div className = "block2-btn-addcart w-size1 trans-0-4" >
40
+ < button className = "flex-c-m size1 bg4 bo-rad-23 hov1 s-text1 trans-0-4" >
41
+ Add to Cart
42
+ </ button >
43
+ </ div >
44
+ </ div >
45
+ </ div >
46
+
47
+ < div className = "block2-txt p-t-20" >
48
+ { /* <a className="block2-name dis-block s-text3 p-b-5">{product.name}</a> */ }
49
49
50
+ { /* <span className='block2-price m-text6 p-r-5'>${product.price}</span> */ }
51
+ </ div >
52
+ </ div >
53
+ </ div >
54
+ ;
50
55
{ /* <Pagination
51
56
currentPage={currentPage}
52
57
totalItems={totalItems}
0 commit comments