Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created January 31, 2020 18:11
Show Gist options
  • Save SaraVieira/93a6409f94c7c157f41c61082eebb450 to your computer and use it in GitHub Desktop.
Save SaraVieira/93a6409f94c7c157f41c61082eebb450 to your computer and use it in GitHub Desktop.
export default [
{
id: 0,
visited: false,
name: "Berlin Tegel Airport, Germany (TXL)",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/7ad7f4b5-9c50-46ec-8f4f-386126e10a62-Berlin.jpg"
},
{
id: 1,
visited: false,
name: "Berlin Schönefeld Airport, Germany",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/32f2d041-7287-414b-bec3-eebfc1e51e23-Berlin2.jpg"
},
{
id: 2,
visited: false,
name: "Cluj-Napoca International Airport, Romania",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/8dbbac12-4113-4651-8b4c-fb13d6625dd9-Cluj.jpg"
},
{
id: 3,
visited: false,
name: "Chania International Airport, Greece",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/b5577212-eaa0-4984-a320-9d757a4917f7-Chania.jpg"
},
{
id: 4,
visited: false,
name: "Rome Ciampino International Airport, Italy",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/3ef0cd20-42cb-4073-9651-81188ca6d280-Rome%20Ciampino.jpg"
},
{
id: 5,
visited: false,
name: "London Luton Airport, United Kingdom",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/81b4bbf0-8dd2-492e-8c21-f2914216efa6-Luton.jpg"
},
{
id: 6,
visited: false,
name: "Paris Beauvais–Tillé, France",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/cb4848dc-ec1a-49c5-bd8c-059e99dab54f-Paris.jpg"
},
{
id: 7,
visited: false,
name: "Rhodes International Airport, Greece",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/d1971c15-27bd-4bd9-8569-a5729b526ecf-Rhodes.jpg"
},
{
id: 8,
visited: false,
name: "Santorini National Airport, Greece",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/683c2b63-702b-4eb9-95a4-55d2fd7a4d39-Santorini.jpg"
},
{
id: 9,
visited: false,
name: "Heraklion International Airport, Greece",
photo:
"https://loveincorporated.blob.core.windows.net/contentimages/gallery/5d62bb43-ce92-444c-a41b-e8049bff5624-Heraklion.jpg"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment