-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__mock.js
70 lines (69 loc) · 2.06 KB
/
__mock.js
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
const items = [
{
id: 1,
title: 'House Shape Close',
image: 'ezgif-5-8cf4629fa4.jpg',
price: '20.00',
offer: true,
offer_value: '13.00',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 3,
title: 'Zantedeschia Calla',
image: 'ezgif-5-63a1b0ee29.jpg',
price: '13.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 4,
title: 'Peperomia Caperata',
image: 'ezgif-5-64a3184a44.jpg',
price: '16.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 5,
title: 'Maranta Leuconeura',
image: 'ezgif-5-078cd0b1fc.jpg',
price: '28.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 7,
title: 'Chakra Crystal Healing',
image: 'ezgif-5-fa39a94674.jpg',
price: '25.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 8,
title: 'Queen Aglaonema',
image: 'ezgif-5-c0864d61bd.jpg',
price: '22.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 2,
title: 'Meidanhair Fern',
image: 'ezgif-5-37e0e94010.jpg',
price: '33.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
},
{
id: 6,
title: 'Polyscias Fabian',
image: 'ezgif-5-e91fc3f4c8.jpg',
price: '21.99',
description:
'Recharge your skin with the super energizing power of finely crushed tourmaline powder blended with natural complexion'
}
]
export default items