Skip to content

Commit e618b59

Browse files
Merge pull request #32 from Nebucatnetzer/hotel-abach
Add Aabach Hotel
2 parents ddc8e53 + e910542 commit e618b59

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/routes/hotels.jsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,25 @@ export default function Hotels() {
3838
"Double room for two persons incl. breakfast: CHF 150.00/night",
3939
],
4040
bookingInfo:
41-
'Book needs to be done via email at info@hotel-residence-loren.ch and mention "NixCon 2025"',
41+
'Book via email at info@hotel-residence-loren.ch and mention "NixCon 2025"',
4242
website: "https://www.hotel-residence-loren.ch/",
4343
mapUrl: "https://maps.app.goo.gl/cZF7fvNNgwutw3qh6",
4444
travelTime: "Travel time by train to OST can be as low as 37 minutes.",
4545
},
46+
{
47+
name: "Aabach Hotel",
48+
additionalInformation:
49+
"The offer is only valid until the 4th of August. Free parking and a gym are available. A restaurant and a bistro with a quiet sun terrasse are available in the same building.",
50+
prices: [
51+
"Double room for one person incl. breakfast: CHF 145.00/night + CHF 3.5 city tax/night and person",
52+
"Double room for two persons incl. breakfast: CHF 160.00/night + CHF 3.5 city tax/night and person",
53+
],
54+
bookingInfo:
55+
'Book via email at info@aabach-hotel.ch and mention "NixCon 2025"',
56+
website: "https://www.aabach-hotel.ch/",
57+
mapUrl: "https://maps.app.goo.gl/J9sjKHhDE2jxT3326",
58+
travelTime: "Travel time by train to OST 35 minutes.",
59+
},
4660
];
4761

4862
return (

0 commit comments

Comments
 (0)