-
Notifications
You must be signed in to change notification settings - Fork 0
/
banners.json
37 lines (37 loc) · 1.02 KB
/
banners.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
37
[
{
"bannerImageUrl": "/static/images/offers/offer1.png",
"bannerImageAlt": "Independence Day Deal - 25% off on shampoo",
"isActive": true,
"order": 1,
"id": "5b6c38156cb7d770b7010ccc"
},
{
"bannerImageUrl": "/static/images/offers/offer2.png",
"bannerImageAlt": "Independence Day Deal - Rs120 off on surf",
"isActive": true,
"order": 2,
"id": "5b6c38336cb7d770b7010ccd"
},
{
"bannerImageUrl": "/static/images/offers/offer3.png",
"bannerImageAlt": "Independence Day Deal - Rs99 off on domex",
"isActive": true,
"order": 3,
"id": "5b6c38456cb7d770b7010cce"
},
{
"bannerImageUrl": "/static/images/offers/offer4.png",
"bannerImageAlt": "Independence Day Deal - Rs99 off on bodywash",
"isActive": true,
"order": 4,
"id": "5b6c38576cb7d770b7010ccf"
},
{
"bannerImageUrl": "/static/images/offers/offer5.png",
"bannerImageAlt": "Independence Day Deal - Rs70 off on tea",
"isActive": true,
"order": 5,
"id": "5b6c386b6cb7d770b7010cd0"
}
]