diff --git a/client/data/db.json b/client/data/db.json index 7e024ae..35070b2 100644 --- a/client/data/db.json +++ b/client/data/db.json @@ -7,7 +7,8 @@ "rating": 5, "brand": "RIBBON", "price": 98, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "2", @@ -16,7 +17,8 @@ "rating": 5, "brand": "EVOLIS", "price": 1750, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "3", @@ -25,7 +27,8 @@ "rating": 5, "brand": "EVOLIS", "price": 300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "4", @@ -34,7 +37,8 @@ "rating": 5, "brand": "FUJIFILM", "price": 3300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "5", @@ -43,7 +47,8 @@ "rating": 5, "brand": "RIBBON", "price": 98, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "6", @@ -52,7 +57,8 @@ "rating": 5, "brand": "EVOLIS", "price": 1750, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "7", @@ -61,7 +67,8 @@ "rating": 5, "brand": "EVOLIS", "price": 300, - "quatity": 1 + "quantity": 1, + "category": "" }, { "id": "8", @@ -70,7 +77,28 @@ "rating": 5, "brand": "FUJIFILM", "price": 3300, - "quatity": 1 + "quantity": 1, + "category": "" + }, + { + "id": "9", + "name": "FujiFilm Apeos 2560 Mono", + "image": "/products/product-4.avif", + "rating": 5, + "brand": "FUJIFILM", + "price": 3300, + "quantity": 1, + "category": "" + }, + { + "id": "10", + "name": "FujiFilm Apeos 2560 Mono", + "image": "/products/product-4.avif", + "rating": 5, + "brand": "FUJIFILM", + "price": 3300, + "quantity": 1, + "category": "" } ] }