diff --git a/src/components/pages/schedule/hero/hero.jsx b/src/components/pages/schedule/hero/hero.jsx index 4d96db5..e320b9d 100644 --- a/src/components/pages/schedule/hero/hero.jsx +++ b/src/components/pages/schedule/hero/hero.jsx @@ -33,7 +33,7 @@ const Hero = () => { {announcement}

+
+ Metro +

+ Take the metro M1 between Vandløse and Vestamager, and get off at the Bella Center st.
+ It is a 5 minute walk from the metro to Bella Center. +

- Public Transportation by bus -

- Take bus 11, 12 or 113 to the stop “Sødalsvej/Silkeborgvej”, follow the footpath between the - buildings on the north side of Silkeborgvej and turn left for JYSK Head Office. + Bus +

+ It's possible to take multiple bus lines towards Bella Center, search at + Rejseplanen + for more information on which bus to take.

- +

+ Train +

+ When using regional trains, it is possible to switch to the Metro at Ørestad St. and take the Metro to Bella Center st.

- By car (drop off only) - -

- From Aarhus: When driving from the city centre at Silkeborgvej, turn right at Bagerivej, - follow the right turn at Sødalsparken and JYSK is on the right hand. -

-

- From Silkeborg/E45: Follow Herningmotorvejen until the roundabout, take the first exit - towards Brabrand, take the second exit in the second roundabout towards Brabrand at - Silkeborgvej, follow Silkeborgvej for 900 metres and turn left at Bagerivej, follow the - right turn at Sødalsparken and JYSK is on the right hand. -

-
- + < br /> + + +
+ Car +
+

+ It's possible to park near the venue, parking spaces are marked on the map, we recommend parking near entrance 4. +

+ + +

+ +

+
+
+
- ); diff --git a/src/constants/menus.js b/src/constants/menus.js index 4344d24..3f0b2b1 100644 --- a/src/constants/menus.js +++ b/src/constants/menus.js @@ -9,7 +9,7 @@ const MENUS = { // { text: 'Workshops', ...LINKS.workshops }, //{ text: 'Call for Proposal', ...LINKS.proposal }, // { text: 'Getting There', ...LINKS.gettingthere }, - // { text: 'Venue', ...LINKS.venue }, + { text: 'Venue', ...LINKS.venue }, // { text: 'Sponsors', ...LINKS.sponsors }, { text: 'Archive', ...LINKS.schedule2023 } , ], @@ -27,7 +27,7 @@ const MENUS = { // { text: 'Workshops', ...LINKS.workshops }, //{ text: 'Call for Proposal', ...LINKS.proposal }, // { text: 'Getting There', ...LINKS.gettingthere }, - // { text: 'Venue', ...LINKS.venue }, + { text: 'Venue', ...LINKS.venue }, // { text: 'Sponsors', ...LINKS.sponsors }, { text: 'Archive', ...LINKS.schedule2023 }, ],