-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.js
32 lines (32 loc) · 1.43 KB
/
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
export default [
{
id: 1,
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: 2,
title: "Sydney Opera House",
location: "Australia",
googleMapsUrl: "https://goo.gl/maps/uPXomskRmBgzdiah9",
startDate: "27 May, 2021",
endDate: "08 Jun, 2021",
description: "The Sydney Opera House is a multi-venue performing art 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: 3,
title: "Geirangerfjord",
location: "Norway",
googleMapsUrl: "https://goo.gl/maps/MbjpL9DEgMAKotFf7",
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"
}
]