From fe4b84783a7a4c94a26099c4ba397fe72d9bd10f Mon Sep 17 00:00:00 2001 From: Maxiboom Date: Fri, 22 Aug 2025 18:29:44 -0400 Subject: [PATCH] Update products.json --- src/assets/products.json | 50 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/src/assets/products.json b/src/assets/products.json index 5c80673..aa8a5d7 100644 --- a/src/assets/products.json +++ b/src/assets/products.json @@ -7,7 +7,7 @@ }, { "product_id": 7, - "product_name": "Pistachio Chocolate", + "product_name": "Pistachio Praline", "price": 22.0, "status": "Available" }, @@ -16,5 +16,53 @@ "product_name": "Madeleines", "price": 11.0, "status": "Available" + }, + { + "product_id": 11, + "product_name": "Biscuits", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 12, + "product_name": "Coconut cake", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 13, + "product_name": "Chocolate Truffles", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 14, + "product_name": "Tres leches", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 15, + "product_name": "Flan", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 14, + "product_name": "Brioche", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 16, + "product_name": "Chocolate sweets", + "price": 11.0, + "status": "Available" + }, + { + "product_id": 14, + "product_name": "Royale Chocolat", + "price": 11.0, + "status": "Available" } ]