fix: improve labels

This commit is contained in:
Michael Zetterberg
2025-02-28 13:26:47 +01:00
parent a25b9bfba0
commit b8ad88de1b
25 changed files with 201 additions and 169 deletions

View File

@@ -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

View File

@@ -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",
}