export interface HotelCardData { hotel: { name: string address: string description: string rooms: string button: string label: string[] } }