Add products.json

This commit is contained in:
2026-09-07 14:46:57 +00:00
parent c099428dc9
commit 21abea1e41
+20
View File
@@ -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"
}
]