-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtodayDeal.js
More file actions
62 lines (62 loc) · 1.66 KB
/
todayDeal.js
File metadata and controls
62 lines (62 loc) · 1.66 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
export const todayDeal = [
{
img: "https://www.freeiconspng.com/uploads/green-running-shoes-png-24.png",
discount: 54,
DealofDay: "Deal of the day",
desc: "Best of Bacca Bucci",
},
{
img: "https://assets.ajio.com/medias/sys_master/root/20221104/pjxR/63652448aeb269659c72ba97/-473Wx593H-4927968110-multi-MODEL.jpg",
discount: 36,
DealofDay: "Deal of the day",
desc: "Best of Piron headphone",
},
{
img: "https://m.media-amazon.com/images/I/71aGk83kYDL.jpg",
discount: 14,
DealofDay: "Deal of the day",
desc: "Best of Apple ipad",
},
{
img: "https://t3.ftcdn.net/jpg/06/29/88/06/360_F_629880674_A7MRHYUsgdVMcrStEpzhSPJdVOBEtbbL.jpg",
discount: 76,
DealofDay: "Deal of the day",
desc: "Best of Gucci Bag",
},
{
img: "https://m.media-amazon.com/images/I/81AHUh3eY4L._SY695__AC_SY200_.jpg",
discount: 43,
DealofDay: "Deal of the day",
desc: "Fastrack Trousers be Ahead",
},
{
img: "assets/deals/6.jpg",
discount: 14,
DealofDay: "Deal of the day",
desc: "Best of Prada shoe",
},
{
img: "assets/deals/7.jpg",
discount: 76,
DealofDay: "Deal of the day",
desc: "Best of Gucci Bag",
},
{
img: "https://m.media-amazon.com/images/I/81AHUh3eY4L._SY695__AC_SY200_.jpg",
discount: 43,
DealofDay: "Deal of the day",
desc: "Fastrack Trousers be Ahead",
},
// {
// img: "",
// discount: "",
// DealofDay: "Deal of the day",
// desc: "",
// },
// {
// img: "",
// discount: "",
// DealofDay: "Deal of the day",
// desc: "",
// },
];