| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- [
- {
- "id": 1,
- "name": "Jumelles",
- "productRef": "tech-001",
- "image": "binoculars.jpg",
- "price": 99.0
- },
- {
- "id": 2,
- "name": "Lapin bébé",
- "productRef": "childcare-001",
- "image": "baby-bunny.jpg",
- "price": 9.0
- },
- {
- "id": 3,
- "name": "Chargeur 1",
- "productRef": "tech-002",
- "image": "charger1.jpg",
- "price": 12.0
- },
- {
- "id": 4,
- "name": "Chargeur 2",
- "productRef": "tech-003",
- "image": "charger2.jpg",
- "price": 15.0
- },
- {
- "id": 5,
- "name": "Fausse caméra",
- "productRef": "tech-004",
- "image": "fake-camera.jpg",
- "price": 59.0
- },
- {
- "id": 6,
- "name": "Masque à gaz M04",
- "productRef": "tech-005",
- "image": "m04-tactical-gas-mask.jpg",
- "price": 419.50
- },
- {
- "id": 7,
- "name": "Samsung c5",
- "productRef": "tech-006",
- "image": "samsung-c5.jpg",
- "price": 392.99
- }
- ]
|