-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.json
More file actions
66 lines (66 loc) · 3.25 KB
/
products.json
File metadata and controls
66 lines (66 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"id": 1,
"name": "iPhone 13 Pro",
"price": 1159.99,
"category": "electronics",
"image": "https://images.unsplash.com/photo-1633894582279-3cc016ff0f23?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Smartphone haut de gamme avec appareil photo professionnel et écran Super Retina XDR."
},
{
"id": 2,
"name": "MacBook Pro 14\" M1 Pro",
"price": 2199.99,
"category": "electronics",
"image": "https://images.unsplash.com/photo-1611186871348-b1ce6960c830?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Ordinateur portable professionnel avec puce M1 Pro pour des performances exceptionnelles."
},
{
"id": 3,
"name": "T-shirt coton bio",
"price": 29.99,
"category": "clothing",
"image": "https://images.unsplash.com/photo-1521572163474-6864f9cf17ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "T-shirt en coton biologique, confortable et respectueux de l'environnement."
},
{
"id": 4,
"name": "Jean Slim Noir",
"price": 89.99,
"category": "clothing",
"image": "https://images.unsplash.com/photo-1542272604-787c3835535d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Jean slim noir élégant, parfait pour un look urbain et tendance."
},
{
"id": 5,
"name": "Le Petit Prince",
"price": 12.99,
"category": "books",
"image": "https://images.unsplash.com/photo-1589998059171-988d887df646?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Le classique intemporel d'Antoine de Saint-Exupéry, une œuvre universelle."
},
{
"id": 6,
"name": "Guide du Routard Japon",
"price": 24.99,
"category": "books",
"image": "https://images.unsplash.com/photo-1503899036084-c55cdd92da26?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Le guide complet pour découvrir le Japon, ses trésors cachés et ses incontournables."
},
{
"id": 7,
"name": "AirPods Pro",
"price": 249.99,
"category": "electronics",
"image": "https://images.unsplash.com/photo-1606756790138-261d2b06056b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Écouteurs sans fil avec réduction active du bruit et qualité sonore exceptionnelle."
},
{
"id": 8,
"name": "Veste en Cuir",
"price": 199.99,
"category": "clothing",
"image": "https://images.unsplash.com/photo-1551028719-001e63a7a1a0?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1000&q=80",
"description": "Veste en cuir véritable, intemporelle et élégante pour toutes les occasions."
}
]