import { LangParams, PageArgs } from "@/types/params" export default function HotelReservationPage({ params }: PageArgs) { return null }