From 21abea1e417d50569976f29a1f326cd33118cb47 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 7 Sep 2026 14:46:57 +0000 Subject: [PATCH] Add products.json --- products.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 products.json diff --git a/products.json b/products.json new file mode 100644 index 0000000..9395ad0 --- /dev/null +++ b/products.json @@ -0,0 +1,20 @@ +[ + { + "productid": "FTTP100", + "name": "Fibre 100", + "speed": "100 Mbps", + "price":"29.99" + }, + { + "productid": "FTTP500", + "name": "Fibre 500", + "speed": "500 Mbps", + "price":"49.99" + }, + { + "productid": "FTTP1000", + "name": "Fibre 1000", + "speed": "1 Gbps", + "price":"69.99" + } +] \ No newline at end of file