Skip to content

Commit 8ef834d

Browse files
committed
data added
1 parent a1237c8 commit 8ef834d

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

backend/data/user-places.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
[]
1+
[
2+
{
3+
"id": "p13",
4+
"title": "Taj Mahal",
5+
"image": {
6+
"src": "taj-mahal.jpg",
7+
"alt": "The iconic Taj Mahal reflecting in its surrounding waters during sunrise."
8+
},
9+
"lat": 27.1751,
10+
"lon": 78.0421
11+
},
12+
{
13+
"id": "p18",
14+
"title": "Amazon River",
15+
"image": {
16+
"src": "amazon-river.jpg",
17+
"alt": "Navigating the waters of the Amazon River, surrounded by dense rainforest."
18+
},
19+
"lat": -3.4653,
20+
"lon": -58.38
21+
},
22+
{
23+
"id": "p9",
24+
"title": "Great Barrier Reef",
25+
"image": {
26+
"src": "great-barrier-reef.jpg",
27+
"alt": "Vibrant coral formations of the Great Barrier Reef underwater."
28+
},
29+
"lat": -18.2871,
30+
"lon": 147.6992
31+
}
32+
]

0 commit comments

Comments
 (0)