fix: improve labels
This commit is contained in:
@@ -44,6 +44,7 @@ export enum FacilityCardTypeEnum {
|
||||
}
|
||||
|
||||
export enum RestaurantHeadings {
|
||||
generic = "Good vibes, great bites!",
|
||||
restaurantAndBar = "Restaurant & Bar",
|
||||
bar = "Bar",
|
||||
restaurant = "Restaurant",
|
||||
@@ -51,6 +52,7 @@ export enum RestaurantHeadings {
|
||||
}
|
||||
|
||||
export enum WellnessHeadings {
|
||||
generic = "You got this!",
|
||||
GymPool = "Gym & Pool",
|
||||
GymSauna = "Gym & Sauna",
|
||||
GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",
|
||||
@@ -58,7 +60,7 @@ export enum WellnessHeadings {
|
||||
}
|
||||
|
||||
export enum MeetingsHeading {
|
||||
Default = "Events that make an impression",
|
||||
Default = "Great minds meet here",
|
||||
}
|
||||
|
||||
export type HeadingEnum =
|
||||
@@ -76,7 +78,7 @@ export enum HealthFacilitiesEnum {
|
||||
}
|
||||
|
||||
export const FacilityCardButtonText = {
|
||||
RESTAURANT: "Read more & book a table",
|
||||
MEETINGS: "About meetings & conferences",
|
||||
WELLNESS: "Read more about wellness & exercise",
|
||||
RESTAURANT: "Read more",
|
||||
MEETINGS: "Read more",
|
||||
WELLNESS: "Read more",
|
||||
} as const
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
export enum HotelHashValues {
|
||||
overview = "overview",
|
||||
rooms = "rooms-section",
|
||||
restaurant = "restaurant-and-bar",
|
||||
meetings = "meetings-and-conferences",
|
||||
wellness = "wellness-and-exercise",
|
||||
rooms = "rooms",
|
||||
restaurant = "restaurants",
|
||||
meetings = "meetings",
|
||||
wellness = "wellness",
|
||||
activities = "activities",
|
||||
faq = "faq",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user