Added About Page

This commit is contained in:
2025-09-19 00:33:32 +10:00
parent ee1436c6f0
commit ef9318b5a3
10 changed files with 395 additions and 42 deletions

View File

@@ -75,8 +75,11 @@ export interface Tour {
price: number
level: string
short_description: string
countries: Country[] | null
tour_days: TourDay[] | null
long_description?: string
countries?: Country[]
tour_days?: TourDay[]
min_people?: number
max_people?: number
}