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
49const tileData = [
{
img: "https://picsum.photos/200/?random=1",
title: 'Image1',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=2",
title: 'Image2',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=3",
title: 'Image3',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=4",
title: 'Image4',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=5",
title: 'Image5',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=6",
title: 'Image6',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=7",
title: 'Image7',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=8",
title: 'Image8',
author: 'author'
},
{
img: "https://picsum.photos/200/?random=9",
title: 'Image9',
author: 'author'
}
];
export default tileData