You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setSelectedWonderInfo({name: '',description: ''});// Reset selected wonder info
20
26
setIsOffcanvasOpen(false);
21
27
};
22
28
29
+
// Define a static dataset of sport information
30
+
constwondersData={
31
+
GreatPyramidOfGiza: {
32
+
name: 'Great Pyramid of Giza',
33
+
description: 'The Great Pyramid of Giza is the oldest and largest of the three pyramids in the Giza pyramid complex in Egypt. It was built as a tomb for the Pharaoh Khufu and is the only remaining ancient wonder of the world.',
34
+
imageURL: './giza1.png',
35
+
imageURL2: './giza2.png',
36
+
imageURL3: './giza3.png',
37
+
location: 'Giza, Egypt',
38
+
yearBuilt: 'Around 2560 BC',
39
+
builder: 'Ancient Egyptians',
40
+
},
41
+
HangingGardensOfBabylon: {
42
+
name: 'Hanging Gardens of Babylon',
43
+
description: 'The Hanging Gardens of Babylon were a series of terraced gardens built in ancient Babylon, present-day Iraq. They were considered one of the Seven Wonders of the Ancient World and were renowned for their lush greenery and complex irrigation systems.',
44
+
imageURL: './babylon.jpeg',
45
+
location: 'Babylon, Iraq',
46
+
yearBuilt: 'Around 600 BC',
47
+
builder: 'Nebuchadnezzar II',
48
+
},
49
+
50
+
MausoleumAtHalicarnassus: {
51
+
name: 'Mausoleum at Halicarnassus',
52
+
description: 'The Mausoleum at Halicarnassus was a tomb built for Mausolus, the ruler of Caria, in present-day Bodrum, Turkey. It was known for its impressive architecture and elaborate decorations.',
53
+
imageURL: './mausoleum.jpeg',
54
+
location: 'Bodrum, Turkey',
55
+
yearBuilt: 'Around 350 BC',
56
+
builder: 'Various architects',
57
+
},
58
+
ColossusOfRhodes: {
59
+
name: 'Colossus of Rhodes',
60
+
description: 'The Colossus of Rhodes was a giant statue of the Greek titan-god Helios, erected in the city of Rhodes, Greece. It was one of the tallest statues of the ancient world and symbolized the city\'s strength and power.',
61
+
imageURL: './colossum.jpeg',
62
+
location: 'Rhodes, Greece',
63
+
yearBuilt: 'Around 280 BC',
64
+
builder: 'Chares of Lindos',
65
+
},
66
+
LighthouseOfAlexandria: {
67
+
name: 'Lighthouse of Alexandria',
68
+
description: 'The Lighthouse of Alexandria, also known as the Pharos of Alexandria, was a tower built on the island of Pharos in Alexandria, Egypt. It served as a navigational aid for ships in the harbor and was one of the tallest man-made structures of the time.',
69
+
imageURL: './lighthouse.jpeg',
70
+
location: 'Alexandria, Egypt',
71
+
yearBuilt: 'Around 280 BC',
72
+
builder: 'Sostratus of Cnidus',
73
+
},
74
+
TajMahal: {
75
+
name: 'Taj Mahal',
76
+
description: 'The Taj Mahal is an ivory-white marble mausoleum located in Agra, Uttar Pradesh, India. It was commissioned by the Mughal emperor Shah Jahan in memory of his wife Mumtaz Mahal and is considered one of the most beautiful architectural masterpieces in the world.',
77
+
imageURL: './tajmahal.jpeg',
78
+
location: 'Agra, Uttar Pradesh, India',
79
+
yearBuilt: 'Between 1632 and 1653',
80
+
builder: 'Emperor Shah Jahan'
81
+
},
82
+
MachuPicchu: {
83
+
name: 'Machu Picchu',
84
+
description: 'Machu Picchu is an ancient Incan citadel located in the Andes Mountains of Peru. It is renowned for its breathtaking mountainous setting and well-preserved ruins, which provide insights into the Inca civilization.',
85
+
imageURL: './machu.jpg',
86
+
location: 'Cusco Region, Peru',
87
+
yearBuilt: 'Around 1450 AD',
88
+
builder: 'Inca civilization',
89
+
},
90
+
GreatWallOfChina: {
91
+
name: 'Great Wall of China',
92
+
description: 'The Great Wall of China is a monumental fortification that stretches across the northern border of China. It was built to protect the Chinese empire from invasions and is one of the most famous landmarks in the world.',
93
+
imageURL: './china.jpeg',
94
+
location: 'Northern China',
95
+
yearBuilt: 'Started in the 7th century BC (Different sections built over centuries)',
96
+
builder: 'Various Chinese dynasties',
97
+
},
98
+
Petra: {
99
+
name: 'Petra',
100
+
description: 'Petra is an ancient city carved into the rock face in southern Jordan. It was the capital of the Nabataean Kingdom and is known for its impressive architecture and intricate rock-cut structures, such as the Treasury and the Monastery.',
0 commit comments