Feat/SW-3028 hotel page campaigns
* feat(SW-3028): Added query and typings to fetch campaigns by hotelUid * feat(SW-3028): Added components for campaigns to the hotel page * feat(SW-3028): Implemented prioritized campaigns list * chore(SW-3028): Refactor how campaigns are fetched on hotel pages * feat(SW-3028): Added offers/campaigns to tab navigation Approved-by: Matilda Landström
This commit is contained in:
@@ -23,5 +23,6 @@ export interface HotelPageSections {
|
||||
meetings?: HotelPageSection
|
||||
wellness?: HotelPageSection
|
||||
activities?: HotelPageSection
|
||||
offers?: HotelPageSection
|
||||
faq?: HotelPageSection
|
||||
}
|
||||
|
||||
@@ -5,5 +5,6 @@ export const HotelHashValues = {
|
||||
meetings: "meetings",
|
||||
wellness: "wellness",
|
||||
activities: "activities",
|
||||
offers: "offers",
|
||||
faq: "faq",
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user