-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.js
More file actions
42 lines (42 loc) · 1.83 KB
/
Copy pathdata.js
File metadata and controls
42 lines (42 loc) · 1.83 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
export default [
{
id: 1,
title: "The Garden Tomb Jerusalem",
location: "Israel",
googleMapsUrl: "https://goo.gl/maps/dvYYYPR6cEHzno11A",
startDate: "01 Oct, 2022",
endDate: "18 Nov, 2023",
description: "Ancient tomb & surrounding gardens believed by some to be site of resurrection of Jesus Christ.",
imageUrl: "https://shorturl.at/gikt8"
},
{
id: 2,
title: "Mount Fuji",
location: "Japan",
googleMapsUrl: "https://goo.gl/maps/1DGM5WrWnATgkSNB8",
startDate: "12 Jan, 2021",
endDate: "24 Jan, 2021",
description: "Mount Fuji is the tallest mountain in Japan, standing at 3,776 meters (12,380 feet). Mount Fuji is the single most popular tourist site in Japan, for both Japanese and foreign tourists.",
imageUrl: "https://source.unsplash.com/WLxQvbMyfas"
},
{
id: 3,
title: "Sydney Opera House",
location: "Australia",
googleMapsUrl: "https://goo.gl/maps/J8YokoBVA8QgVGzz5",
startDate: "27 May, 2021",
endDate: "8 Jun, 2021",
description: "The Sydney Opera House is a multi-venue performing arts centre in Sydney. Located on the banks of the Sydney Harbour, it is often regarded as one of the 20th century's most famous and distinctive buildings.",
imageUrl: "https://source.unsplash.com/JmuyB_LibRo"
},
{
id: 4,
title: "Geirangerfjord",
location: "Norway",
googleMapsUrl: "https://goo.gl/maps/j5a1QR9oz7fYiHWG6",
startDate: "01 Oct, 2021",
endDate: "18 Nov, 2021",
description: "The Geiranger Fjord is a fjord in the Sunnmøre region of Møre og Romsdal county, Norway. It is located entirely in the Stranda Municipality.",
imageUrl: "https://source.unsplash.com/3PeSjpLVtLg"
},
]