We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1237c8 commit 8ef834dCopy full SHA for 8ef834d
backend/data/user-places.json
@@ -1 +1,32 @@
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
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
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