You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
324 B
11 lines
324 B
5 years ago
|
<div class="component-productBox">
|
||
5 years ago
|
<a href="/product">
|
||
|
<img class="image" src="/images/prod4.png">
|
||
|
<div class="d-flex">
|
||
|
<span class="title">Nome prodotto</span>
|
||
|
<span class="price">8,90 €</span>
|
||
|
</div>
|
||
|
</a>
|
||
5 years ago
|
<button class="button button-black add-to-cart">Aggiungi al carrello</button>
|
||
|
</div>
|