-
Notifications
You must be signed in to change notification settings - Fork 3
/
db.json
36 lines (36 loc) · 1.08 KB
/
db.json
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
{
"campaigns": [
{
"id": 1,
"title": "Segunda do Papoco Zenir",
"text": "A maior explosão de ofertas",
"image": "https://w7.pngwing.com/pngs/246/734/png-transparent-nike-free-nike-air-max-air-jordan-sneakers-nike-white-outdoor-shoe-sneakers.png"
},
{
"title": "Pa pé pio",
"text": "pa pe pio",
"image": "https://www.nossomeio.com.br/wp-content/uploads/2021/09/IMG_6658-2.jpg",
"id": 3
}
],
"collections": [
{
"id": 1,
"title": "Camisetas",
"discount": 30,
"image": "https://w7.pngwing.com/pngs/246/734/png-transparent-nike-free-nike-air-max-air-jordan-sneakers-nike-white-outdoor-shoe-sneakers.png"
},
{
"id": 2,
"title": "Tenis",
"discount": 40,
"image": "https://www.imagensempng.com.br/wp-content/uploads/2021/05/Headset-Gamer-Png.png"
},
{
"id": 3,
"title": "Headsets",
"discount": 10,
"image": "https://static.vecteezy.com/system/resources/previews/012/628/220/non_2x/plain-black-t-shirt-on-transparent-background-free-png.png"
}
]
}