import type { Metadata } from 'next'

export const metadata: Metadata = {
  title: 'Supported Countries — Compare Hotel Prices from 100+ Locations',
  description: 'CahooTravel lets you compare hotel prices as seen from 100+ countries. Select any country to reveal the local rate and find the cheapest booking price.',
}

export default function CountriesLayout({ children }: { children: React.ReactNode }) {
  return children
}
