-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathLana_Realtionship_Data.js
48 lines (45 loc) · 1.6 KB
/
Lana_Realtionship_Data.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
const LanaDelReyRelationships = [
{
id: 1,
name: 'Barrie-James O’Neill',
date: '2011-2014',
info: "Lana was engaged to Barrie-James, but they broke up after three years.",
image: 'https://th.bing.com/th/id/OIP.7A5bJYPaC5iKY_9wBoqEEgHaLH?pid=ImgDet&rs=1'
},
{
id: 2,
name: 'Francesco Carrozzini',
date: '2014-2015',
info: "Lana and Francesco, an Italian photographer, dated for about a year.",
image: 'https://th.bing.com/th/id/OIP.FGIE8MfIJRzGdD1pxwDS8wHaLI?pid=ImgDet&rs=1'
},
{
id: 3,
name: 'G-Eazy',
date: '2017',
info: "Lana was rumored to be dating rapper G-Eazy in 2017.",
image: 'https://th.bing.com/th/id/OIP._mi2OC1PHgwmIvZ3kIT-GwHaLN?pid=ImgDet&rs=1'
},
{
id: 4,
name: 'Sean Larkin',
date: '2019',
info: "Lana Del Rey and Sean Larkin, a cop turned reality TV star, dated briefly.",
image: 'https://th.bing.com/th/id/OIP.YsOAs5Ymfp-1XxnIbDyYigHaLH?pid=ImgDet&rs=1'
},
{
id: 5,
name: 'Clayton Johnson',
date: '2020-2021',
info: "Lana was in a relationship with musician Clayton Johnson for about a year.",
image: 'https://th.bing.com/th/id/OIP.GFpttyd6rCJH7-9CvJKmHwHaKA?pid=ImgDet&rs=1'
},
{
id: 6,
name: 'Morgan O Kane',
date: '2021',
info: "Lana Del Rey was romantically linked with musician Morgan O'Kane.",
image: 'https://th.bing.com/th/id/OIP.jRiQKT4-8E7RKWmjEhGc8QHaKX?pid=ImgDet&rs=1'
},
];
module.exports = LanaDelReyRelationships;