$ CA featured list
This commit is contained in:
parent
49381ca6f6
commit
c0ce7cd434
@ -13,7 +13,7 @@ const FeaturedList = ({ products }) => {
|
|||||||
<h3>{product.title}</h3>
|
<h3>{product.title}</h3>
|
||||||
<p>{product.description}</p>
|
<p>{product.description}</p>
|
||||||
<h5>Seulement</h5>
|
<h5>Seulement</h5>
|
||||||
<h4 className="featured-prc">{product.price}$+tx</h4>
|
<h4 className="featured-prc">{product.price} $ CA</h4>
|
||||||
</Carousel.Caption>
|
</Carousel.Caption>
|
||||||
</Carousel.Item>
|
</Carousel.Item>
|
||||||
))}
|
))}
|
||||||
|
Loading…
Reference in New Issue
Block a user