export async function generateMetadata() { return { robots: { index: true, follow: true, }, } } export default function HotelReservationLayout({ children, }: React.PropsWithChildren) { return <>{children} }