diff --git a/apps/scandic-web/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts index 4c217f250..1fd87af96 100644 --- a/apps/scandic-web/types/components/hotelPage/facilities.ts +++ b/apps/scandic-web/types/components/hotelPage/facilities.ts @@ -38,9 +38,9 @@ export type CardGridProps = { } export enum FacilityCardTypeEnum { - wellness = "wellness-and-exercise", - conference = "meetings-and-conferences", - restaurant = "restaurant-and-bar", + wellness = "wellness", + conference = "meetings", + restaurant = "restaurants", } export enum RestaurantHeadings { diff --git a/apps/scandic-web/types/components/hotelPage/hotelPage.ts b/apps/scandic-web/types/components/hotelPage/hotelPage.ts index 177819d3b..cba8c41d4 100644 --- a/apps/scandic-web/types/components/hotelPage/hotelPage.ts +++ b/apps/scandic-web/types/components/hotelPage/hotelPage.ts @@ -6,7 +6,7 @@ export interface HotelPageProps { export enum SidepeekSlugs { about = "about", amenities = "amenities", - restaurant = "restaurant-and-bar", - meetings = "meetings-and-conferences", - wellness = "wellness-and-exercise", + restaurant = "restaurants", + meetings = "meetings", + wellness = "wellness", }