Merge branch 'develop' into feat/build-initial-hotel-page-component

This commit is contained in:
Chuma McPhoy
2024-06-27 09:32:14 +02:00
15 changed files with 178 additions and 1880 deletions

View File

@@ -28,7 +28,7 @@ export type CardsGridProps = Pick<CardsGrid, "cards_grid">
export type Content = { content: RteBlockContent["content"]["content"] }
type Benefit = { title: string; description: string }
type Benefit = { title: string }
type OverviewTableTitleTranslation = {
text: string
@@ -44,7 +44,6 @@ export type Level = {
name: string
requiredPoints: number
requiredNights?: number
icon: string
benefits: Benefit[]
}