ajout du boutton pour loader plus d'items
This commit is contained in:
@@ -15,6 +15,7 @@ const Morceaux = () => {
|
||||
|
||||
const products = [
|
||||
{
|
||||
"id":0,
|
||||
"name": "Ceinture flèchée",
|
||||
"status": 0,
|
||||
"price": 85.86,
|
||||
@@ -22,6 +23,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/ceintureflechee.jpg"
|
||||
},
|
||||
{
|
||||
"id":1,
|
||||
"name": "Chandail de nowel",
|
||||
"status": 2,
|
||||
"price": 69.50,
|
||||
@@ -29,6 +31,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/chandailquetaine.jpg"
|
||||
},
|
||||
{
|
||||
"id":2,
|
||||
"name": "Pantoufles du Canadien en Phentex",
|
||||
"status": 5,
|
||||
"price": 15.64,
|
||||
@@ -36,6 +39,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/pantouflesCH.jpg"
|
||||
},
|
||||
{
|
||||
"id":3,
|
||||
"name": "Jean-Luc Mongrain",
|
||||
"status": 1,
|
||||
"price": 1453.12,
|
||||
@@ -43,6 +47,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/jeanlucmongrain.jpg"
|
||||
},
|
||||
{
|
||||
"id":4,
|
||||
"name": "Mitaines de laine",
|
||||
"status": 4,
|
||||
"price": 24.99,
|
||||
@@ -50,6 +55,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/mitaines.jpg"
|
||||
},
|
||||
{
|
||||
"id":5,
|
||||
"name": "Sous-vêtements coquins",
|
||||
"status": 3,
|
||||
"price": 19.99,
|
||||
@@ -57,6 +63,7 @@ const Morceaux = () => {
|
||||
"imageUrl": "/images/kokin.jpg"
|
||||
},
|
||||
{
|
||||
"id":6,
|
||||
"name": "Doudou douce et grise",
|
||||
"status": 3,
|
||||
"price": 99.99,
|
||||
|
Reference in New Issue
Block a user