|
|
|
@ -6,6 +6,11 @@ import book from "../../assets/images/goldon.png"; |
|
|
|
|
import heart from "../../assets/icons/vuesax-linear-heart.svg"; |
|
|
|
|
import discountImg from "../../assets/icons/discount.png"; |
|
|
|
|
|
|
|
|
|
import YellowDotIcon from "../../assets/icons/yellowDotIcon.svg"; |
|
|
|
|
import RedDotIcon from "../../assets/icons/redDotIcon.svg"; |
|
|
|
|
import PurpleDotIcon from "../../assets/icons/purpleDotIcon.svg"; |
|
|
|
|
import LightBlueDotIcon from "../../assets/icons/lightBlueDotIcon.svg"; |
|
|
|
|
|
|
|
|
|
const ProductDesign = ({ |
|
|
|
|
colors, |
|
|
|
|
likeBtn, |
|
|
|
@ -89,21 +94,11 @@ const ProductDesign = ({ |
|
|
|
|
</div> |
|
|
|
|
{/* select Color */} |
|
|
|
|
{colors && ( |
|
|
|
|
<div className="absolute right-2 bottom-2"> |
|
|
|
|
<ul className="flex "> |
|
|
|
|
<li className="ml-1 text-selectColor1"> |
|
|
|
|
{/* <FontAwesomeIcon icon="check-square" /> */} |
|
|
|
|
</li> |
|
|
|
|
<li className="ml-1 text-selectColor2"> |
|
|
|
|
{/* <FontAwesomeIcon icon="check-square" /> */} |
|
|
|
|
</li> |
|
|
|
|
<li className="ml-1 text-selectColor3"> |
|
|
|
|
{/* <FontAwesomeIcon icon="check-square" /> */} |
|
|
|
|
</li> |
|
|
|
|
<li className="ml-1 text-selectColor4"> |
|
|
|
|
{/* <FontAwesomeIcon icon="check-square" /> */} |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
<div className="flex items-center absolute right-2 bottom-2"> |
|
|
|
|
<img src={YellowDotIcon} alt="" /> |
|
|
|
|
<img src={RedDotIcon} alt="" /> |
|
|
|
|
<img src={PurpleDotIcon} alt="" /> |
|
|
|
|
<img src={LightBlueDotIcon} alt="" /> |
|
|
|
|
</div> |
|
|
|
|
)} |
|
|
|
|
</div> |
|
|
|
|