diff --git a/apps/scandic-web/types/components/hotelPage/facilities.ts b/apps/scandic-web/types/components/hotelPage/facilities.ts index 336394552..b0e28c4d9 100644 --- a/apps/scandic-web/types/components/hotelPage/facilities.ts +++ b/apps/scandic-web/types/components/hotelPage/facilities.ts @@ -4,6 +4,7 @@ import type { HealthFacilities, } from "@scandic-hotels/trpc/types/hotel" import type { ActivitiesCard } from "@scandic-hotels/trpc/types/hotelPage" + import type { CardProps } from "@/components/TempDesignSystem/Card/card" export type FacilitiesProps = { @@ -56,7 +57,7 @@ export enum RestaurantHeadings { } export enum WellnessHeadings { - generic = "You got this!", + generic = "Here's to your health!", GymPool = "Gym & Pool", GymSauna = "Gym & Sauna", GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",