feat: add benefit translations and remove unused JSON

This commit is contained in:
Arvid Norlin
2024-06-26 14:57:33 +02:00
parent 1bd65f77ac
commit 1c76725b4c
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[]
}