diff --git a/software/backend/data/bands-concerts.json b/software/backend/data/bands-concerts.json index 7cdcbb1..d394077 100644 --- a/software/backend/data/bands-concerts.json +++ b/software/backend/data/bands-concerts.json @@ -69,7 +69,7 @@ "concertGroups": [ { "name": "Unlimited Love", - "image": "events/unlimited-love-tour.jpg", + "image": "concerts/unlimited-love-tour.jpg", "concerts": [ { "date": "2024-10-18", @@ -78,25 +78,25 @@ "location": "Swiss Life Hall" }, { - "date": "2024-10-19", + "date": "2024-10-20", "price": 92, "inStock": 170, "location": "Swiss Life Hall" }, { - "date": "2024-10-23", + "date": "2024-11-02", "price": 119.90, "inStock": 8736, "location": "Olympiahalle München" }, { - "date": "2024-10-26", + "date": "2024-11-05", "price": 114.90, "inStock": 2793, "location": "Barclays Arena" }, { - "date": "2024-11-02", + "date": "2024-11-09", "price": 124.90, "inStock": 3079, "location": "Uber Arena Berlin" @@ -159,7 +159,7 @@ "concertGroups": [ { "name": "The Bends", - "image": "events/the-bends-tour.jpg", + "image": "concerts/the-bends-tour.jpg", "concerts": [ { "date": "2024-11-30", @@ -239,7 +239,7 @@ "concertGroups":[ { "name": "European Tour", - "image": "events/european-tour-arctic-monkeys.jpg", + "image": "concerts/european-tour-arctic-monkeys.jpg", "concerts": [ { "date": "2025-01-21", @@ -248,10 +248,16 @@ "location": "Kulturzentrum Faust" }, { - "date": "2024-11-15", + "date": "2024-10-30", "price": 79.90, "inStock": 1073, "location": "LANXESS arena" + }, + { + "date": "2024-10-23", + "price": 74.90, + "inStock": 100, + "location": "Columbiahalle" } ] } @@ -308,7 +314,7 @@ "concertGroups": [ { "name": "Music of the Spheres", - "image": "events/music-of-the-spheres.png", + "image": "concerts/music-of-the-spheres.png", "concerts": [ { "date": "2024-12-07", @@ -383,7 +389,7 @@ "concertGroups": [ { "name": "But Here We Are Tour", - "image": "events/but-here-we-are.jpg", + "image": "concerts/but-here-we-are.jpg", "concerts": [ { "date": "2024-12-05", @@ -452,7 +458,7 @@ "concertGroups": [ { "name": "Crisis of Faith", - "image": "events/crisis-of-faith-tour.jpg", + "image": "concerts/crisis-of-faith-tour.jpg", "concerts": [ { "date": "2025-01-12", @@ -513,8 +519,14 @@ "concertGroups": [ { "name": "Back to the Water Below", - "image": "events/back-to-the-water-below.jpg", + "image": "concerts/back-to-the-water-below.jpg", "concerts": [ + { + "date": "2024-10-19", + "price": 64.90, + "inStock": 245, + "location": "E-Werk" + }, { "date": "2025-02-27", "price": 67.90, @@ -578,9 +590,33 @@ ], "concertGroups": [ { - "name": "Will of the People Tour", - "image": "events/will-of-the-people-tour.jpg", + "name": "Simulation Theory", + "image": "concerts/simulation-theory.jpg", "concerts": [ + { + "date": "2024-10-21", + "price": 67.90, + "inStock": 847, + "location": "Volksparkstadion" + }, + { + "date": "2024-10-20", + "price": 67.90, + "inStock": 847, + "location": "LANXESS arena" + } + ] + }, + { + "name": "Will of the People Tour", + "image": "concerts/will-of-the-people-tour.jpg", + "concerts": [ + { + "date": "2025-01-15", + "price": 67.90, + "inStock": 847, + "location": "ZAG Arena" + }, { "date": "2025-01-15", "price": 67.90, diff --git a/software/backend/images/events/back-to-the-water-below.jpg b/software/backend/images/concerts/back-to-the-water-below.jpg similarity index 100% rename from software/backend/images/events/back-to-the-water-below.jpg rename to software/backend/images/concerts/back-to-the-water-below.jpg diff --git a/software/backend/images/events/but-here-we-are.jpg b/software/backend/images/concerts/but-here-we-are.jpg similarity index 100% rename from software/backend/images/events/but-here-we-are.jpg rename to software/backend/images/concerts/but-here-we-are.jpg diff --git a/software/backend/images/events/crisis-of-faith-tour.jpg b/software/backend/images/concerts/crisis-of-faith-tour.jpg similarity index 100% rename from software/backend/images/events/crisis-of-faith-tour.jpg rename to software/backend/images/concerts/crisis-of-faith-tour.jpg diff --git a/software/backend/images/events/european-tour-arctic-monkeys.jpg b/software/backend/images/concerts/european-tour-arctic-monkeys.jpg similarity index 100% rename from software/backend/images/events/european-tour-arctic-monkeys.jpg rename to software/backend/images/concerts/european-tour-arctic-monkeys.jpg diff --git a/software/backend/images/events/music-of-the-spheres.png b/software/backend/images/concerts/music-of-the-spheres.png similarity index 100% rename from software/backend/images/events/music-of-the-spheres.png rename to software/backend/images/concerts/music-of-the-spheres.png diff --git a/software/backend/images/concerts/simulation-theory.jpg b/software/backend/images/concerts/simulation-theory.jpg new file mode 100644 index 0000000..8bb054b Binary files /dev/null and b/software/backend/images/concerts/simulation-theory.jpg differ diff --git a/software/backend/images/events/the-bends-tour.jpg b/software/backend/images/concerts/the-bends-tour.jpg similarity index 100% rename from software/backend/images/events/the-bends-tour.jpg rename to software/backend/images/concerts/the-bends-tour.jpg diff --git a/software/backend/images/events/unlimited-love-tour.jpg b/software/backend/images/concerts/unlimited-love-tour.jpg similarity index 100% rename from software/backend/images/events/unlimited-love-tour.jpg rename to software/backend/images/concerts/unlimited-love-tour.jpg diff --git a/software/backend/images/events/will-of-the-people-tour.jpg b/software/backend/images/concerts/will-of-the-people-tour.jpg similarity index 100% rename from software/backend/images/events/will-of-the-people-tour.jpg rename to software/backend/images/concerts/will-of-the-people-tour.jpg diff --git a/software/src/pages/homePage/highlightCarousel.vue b/software/src/pages/homePage/highlightCarousel.vue index 237acbe..4bbf030 100644 --- a/software/src/pages/homePage/highlightCarousel.vue +++ b/software/src/pages/homePage/highlightCarousel.vue @@ -1,13 +1,18 @@ - - +