Merged in feat/SW-1573-subpage-url (pull request #1297)

Feat(SW-1573): Use pageInUrl for hotel subpages

* feat(SW-1573): use pageInUrl for hotel subpages


Approved-by: Erik Tiekstra
Approved-by: Fredrik Thorsson
This commit is contained in:
Matilda Landström
2025-02-11 08:27:09 +00:00
parent f021c60c2a
commit ad7402f2e2
14 changed files with 45 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
export type AccessibilityAmenityProps = {
elevatorPitch?: string
hasExtraAccessibilityPage: boolean
accessibilityPageUrl?: string
}

View File

@@ -7,7 +7,7 @@ export enum Periods {
}
export type ParkingAmenityProps = {
hasExtraParkingPage: boolean
parkingPageUrl?: string
parking: Hotel["parking"]
parkingElevatorPitch?: string
}

View File

@@ -2,7 +2,7 @@ import type { Hotel } from "@/types/hotel"
export type WellnessAndExerciseSidePeekProps = {
healthFacilities: Hotel["healthFacilities"]
wellnessExerciseButton: boolean
wellnessExercisePageUrl?: string
spaPage?: {
buttonCTA: string
url: string