-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -252,10 +252,10 @@ const hotels = [ | |
comment: "Near the train station of Belval", | ||
adress: "12, avenue du Rock’n Roll (Belval) L-4361 Esch-sur-Alzette", | ||
price: | ||
"113 € /night (single room + breakfast) | 123 €/night (twin or double room + breakfast)", | ||
"Available until September 1st 2023, 113 € /night (single room + breakfast) | 123 €/night (twin or double room + breakfast)", | ||
tel: "(+352)261731", | ||
mail: "[email protected]", | ||
reservation: "15 rooms in option until 10/09/2023", | ||
reservation: "15 rooms in option until September 1st. 2023", | ||
formUrl: "/Reservation_form_IBIS_Belval.pdf", | ||
}, | ||
{ | ||
|
@@ -268,7 +268,7 @@ const hotels = [ | |
"140 € (1 person room only), 155 € (room and breakfast) single room, 170 € (room and breakfast) double room", | ||
tel: "", | ||
mail: "[email protected]", | ||
reservation: "15 rooms in option until 10/09/2023", | ||
reservation: "15 rooms in option until September 1st 2023", | ||
formUrl: "/Reservation_form_RESID_HOME_Belval.pdf", | ||
}, | ||
]; | ||
|