File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,20 @@ export default function Hotels() {
29
29
mapUrl : "https://maps.app.goo.gl/RDurEWjULhBkgX3M7" ,
30
30
bookingInfo : "Book directly on the hotel website using promo code \"NixCon\"."
31
31
} ,
32
+ {
33
+ name : "Hotel Residence Loren" ,
34
+ additionalInformation :
35
+ "Underground parking is available for CHF 10 per night. Cancellation is possible until seven days before arrival." ,
36
+ prices : [
37
+ "Double room for one person incl. breakfast: CHF 125.00/night" ,
38
+ "Doue om for two persons incl. breakfast: CHF 150.00/night" ,
39
+ ] ,
40
+ bookingInfo :
41
+ 'Book needs to be done via email at info@hotel-residence-loren.ch and mention "NixCon 2025"' ,
42
+ website : "https://www.hotel-residence-loren.ch/" ,
43
+ mapUrl : "https://maps.app.goo.gl/cZF7fvNNgwutw3qh6" ,
44
+ travelTime : "Travel time by train to OST can be as low as 37 minutes." ,
45
+ } ,
32
46
] ;
33
47
34
48
return (
You can’t perform that action at this time.
0 commit comments