|
@ -24,7 +24,12 @@ const locationData = { |
|
|
text: '85 James St, The Liberties, Dublin 8, D08 C2PR', |
|
|
text: '85 James St, The Liberties, Dublin 8, D08 C2PR', |
|
|
imageUrl: '/public/images/locations/bank.webp', |
|
|
imageUrl: '/public/images/locations/bank.webp', |
|
|
direction: 'https://www.google.com/maps/place//data=!4m2!3m1!1s0x48670d2fc081f95f:0xa5173048f627d0?sa=X&ved=1t:8290&ictx=111' |
|
|
direction: 'https://www.google.com/maps/place//data=!4m2!3m1!1s0x48670d2fc081f95f:0xa5173048f627d0?sa=X&ved=1t:8290&ictx=111' |
|
|
} |
|
|
}, |
|
|
|
|
|
'beckett': { |
|
|
|
|
|
text: 'Samuel Beckett Theatre, Trinity College, Dublin', |
|
|
|
|
|
imageUrl: '/public/images/locations/beckett.png', |
|
|
|
|
|
direction: 'https://maps.app.goo.gl/a1T7HktmKdxNcFWB7' |
|
|
|
|
|
}, |
|
|
// Add more locations as needed
|
|
|
// Add more locations as needed
|
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|