Skip to content

Commit 3d9ca08

Browse files
Merge pull request #27 from Nebucatnetzer/residence-loren
Add hotel deal for Residence Loren
2 parents c54c7dd + 4b5658c commit 3d9ca08

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/routes/hotels.jsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,20 @@ export default function Hotels() {
2929
mapUrl: "https://maps.app.goo.gl/RDurEWjULhBkgX3M7",
3030
bookingInfo: "Book directly on the hotel website using promo code \"NixCon\"."
3131
},
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+
},
3246
];
3347

3448
return (

0 commit comments

Comments
 (0)