Use the interactive map on the map page
This commit is contained in:
@@ -8,4 +8,24 @@ export const hotelReservation = {
|
||||
de: "/de/hotelreservierung",
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectHotel = {
|
||||
en: `${hotelReservation.en}/select-hotel`,
|
||||
sv: `${hotelReservation.sv}/select-hotel`,
|
||||
no: `${hotelReservation.no}/select-hotel`,
|
||||
fi: `${hotelReservation.fi}/select-hotel`,
|
||||
da: `${hotelReservation.da}/select-hotel`,
|
||||
de: `${hotelReservation.de}/select-hotel`,
|
||||
}
|
||||
|
||||
// TODO: Translate paths
|
||||
export const selectHotelMap = {
|
||||
en: `${selectHotel.en}/map`,
|
||||
sv: `${selectHotel.sv}/map`,
|
||||
no: `${selectHotel.no}/map`,
|
||||
fi: `${selectHotel.fi}/map`,
|
||||
da: `${selectHotel.da}/map`,
|
||||
de: `${selectHotel.de}/map`,
|
||||
}
|
||||
|
||||
export const bookingFlow = [...Object.values(hotelReservation)]
|
||||
|
||||
Reference in New Issue
Block a user