@@ -3,13 +3,24 @@ import FabGallery from '@/assets/venues/fab-gallery.jpg';
33import Avon from '@/assets/venues/avon.jpg' ;
44import Fab1 from '@/assets/venues/fab1.jpg' ;
55import Fab2 from '@/assets/venues/fab2.jpg' ;
6- import Cinema from '@/assets/venues/fab2.jpg' ;
76import Rehearsal from '@/assets/venues/rehersal.jpg' ;
87import Terrace from '@/assets/venues/terrace.jpg' ;
8+ import Placeholder from '@/assets/hero.jpg' ;
99import { AdditionalVenueData } from '@/lib/venues' ;
1010
1111// Mapping from venue GUID to additional data
1212const venues : Record < string , AdditionalVenueData > = {
13+ // Milburn G55
14+ '038ea818-8093-57c0-8bd8-1ca2927b488c' : {
15+ mapUrl :
16+ 'https://campus.warwick.ac.uk/search/623c889d421e6f5928c0d3d2?projectId=warwick' ,
17+ image : Placeholder ,
18+ imageAlt : 'Placeholder' ,
19+ roomLocation : 'Milburn G55' ,
20+ slug : 'milburn-g55' ,
21+ filterBitFieldIndex : 10 ,
22+ } ,
23+
1324 // Benefactors Place Stage
1425 'd629fdd8-158b-52e9-87a3-2491c02d2bb2' : {
1526 mapUrl :
@@ -69,7 +80,7 @@ const venues: Record<string, AdditionalVenueData> = {
6980 '825706ae-0ef1-501b-a4a6-ca7026e2de75' : {
7081 mapUrl :
7182 'https://campus.warwick.ac.uk/search/623c896e421e6f5928c0fe27?projectId=warwick' ,
72- image : Cinema ,
83+ image : Rehearsal ,
7384 imageAlt : 'Image of FAB Cinema' ,
7485 roomLocation : 'Unknown' ,
7586 slug : 'fab-cinema' ,
@@ -102,7 +113,7 @@ const venues: Record<string, AdditionalVenueData> = {
102113 '01cbe95d-0b59-58a6-a7f2-3e2365e88a03' : {
103114 mapUrl :
104115 'https://campus.warwick.ac.uk/search/623c889c421e6f5928c0d3a7?projectId=warwick' ,
105- image : Avon ,
116+ image : Placeholder ,
106117 imageAlt :
107118 'Picture of a performance in a room that looks like Avon Drama Studio' ,
108119 roomLocation : 'The Graduate' ,
0 commit comments