forked from lindsaywardd/Stylin-Wiring-Jewelry-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.json
More file actions
92 lines (92 loc) · 1.97 KB
/
products.json
File metadata and controls
92 lines (92 loc) · 1.97 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
[
{
"id": 1,
"category": "A",
"image": "../product_images/IMG_5532.jpg",
"name": "Red Gem Ring",
"price": 45.00,
"material": "silver",
"stones": ["ruby", "diamond"]
},
{
"id": 2,
"category": "D",
"image": "../product_images/earland2.jpg",
"name": "Star Burst Earring",
"price": 90.00,
"material": "bronze",
"stones": ["none"]
},
{
"id": 3,
"category": "A",
"image": "../product_images/redeye2.jpg",
"name": "Red Eye Ring",
"price": 90.00,
"material": "silver",
"stones": ["ruby", "sapphire"]
},
{
"id": 4,
"category": "B",
"image": "../product_images/bracelets3.jpg",
"name": "Grayscale Bracelet Set",
"price": 55.00,
"material": "silver",
"stones": ["none"]
},
{
"id": 5,
"category": "B",
"image": "../product_images/IMG_9253.jpg",
"name": "World Bracelet",
"price": 45.00,
"material": "bronze",
"stones": ["none"]
},
{
"id": 6,
"category": "C",
"image": "../product_images/neckland3.jpg",
"name": "Floral Necklace Set",
"price": 95.00,
"material": "silver",
"stones": ["amethyst", "diamond"]
},
{
"id": 7,
"category": "D",
"image": "../product_images/landingearring2.jpg",
"name": "Drop Earring",
"price": 65.00,
"material": "bronze",
"stones": ["sapphire", "crystal"]
},
{
"id": 8,
"category": "A",
"image": "../product_images/IMG_54483.jpg",
"name": "Purple Spiral Ring",
"price": 35.00,
"material": "silver",
"stones": ["amethyst", "crystal"]
},
{
"id": 9,
"category": "A",
"image": "../product_images/IMG_5498.jpg",
"name": "Wrapped Stone Ring",
"price": 60.00,
"material": "silver",
"stones": ["ruby", "diamond"]
},
{
"id": 10,
"category": "A",
"image": "../product_images/IMG_5489.jpg",
"name": "Curly Stone Ring",
"price": 50.00,
"material": "bronze",
"stones": ["sapphire", "crystal"]
}
]