diff --git a/src/assets/images/watermelon.png b/src/assets/images/watermelon.png new file mode 100644 index 0000000..fb5efe7 Binary files /dev/null and b/src/assets/images/watermelon.png differ diff --git a/src/components/productDesign/ProductDesign.js b/src/components/productDesign/ProductDesign.js index ed3d814..90bf8fd 100644 --- a/src/components/productDesign/ProductDesign.js +++ b/src/components/productDesign/ProductDesign.js @@ -3,6 +3,8 @@ import "./ProductDesign.scss"; import StarRating from "../starRating/StarRating"; import book from "../../assets/images/goldon.png"; +import watermelon from "../../assets/images/watermelon.png"; + import heart from "../../assets/icons/vuesax-linear-heart.svg"; import discountImg from "../../assets/icons/discount.png"; @@ -27,6 +29,9 @@ const ProductDesign = ({ productHolderBorderColor, productTitleColor, productCat, + rangeHolder, + verticalImg, + horizontalImg, }) => { return (
@@ -72,7 +77,7 @@ const ProductDesign = ({
{discountPricePercent && ( @@ -94,7 +99,12 @@ const ProductDesign = ({ )} {/* img Holder */}
- + {verticalImg && ( + + )} + {horizontalImg && ( + + )}
{/* select Color */} {colors && ( @@ -106,79 +116,85 @@ const ProductDesign = ({
)}
-
-

- نسخه چاپی علموم تجربه هفتم -

- {productContent && ( -

- این کتاب شامل گلدان و گیاه و خاک می باشد و همچنین آپشن های خوب - دیگری نیز دارد. -

- )} - {productCat && ( - - پایه سوم - - )} -
- {star && ( -
- - - 39 - +
+
+

+ نسخه چاپی علموم تجربه هفتم +

+ {productContent && ( +

+ این کتاب شامل گلدان و گیاه و خاک می باشد و همچنین آپشن های + خوب دیگری نیز دارد. +

+ )} + {productCat && ( + + پایه سوم + + )}
- )} - {priceHolder && ( -
- {/* price */} -
-
+ + + 39 + +
+ )} + {priceHolder && ( +
+ {/* price */} +
+
+ + قیمت + + {discountPrice && ( +

+ 145تومان +

+ )} +
+

+ 145.000تومان +

+
+ {/* add to cart */} +
-

- 145.000تومان -

+ اضافه کردن به سبد خرید +
- {/* add to cart */} - -
- )} - {productTags && ( -
- - - -
- )} -
-
+ )} + {productTags && ( +
+ + + +
+ )} + {rangeHolder && ( +
+
+
+ )}
@@ -204,11 +220,15 @@ ProductDesign.defaultProps = { productTags: false, priceHolder: false, productCat: true, + rangeHolder: true, + verticalImg: false, + horizontalImg: true, productTitleColor: "text-darkCrimsonTextColor", productHolderBorder: "border-0", productHolderBorderColor: "border-grayBorderColor", - priceDirection: "flex-row", productTitleAlignment: "text-justify", + + priceDirection: "flex-row", }; // border-2 border-productDesignBorderColor