import type { Metadata } from 'next'

export const metadata: Metadata = {
  title: 'Pricing — Simple, Transparent Plans',
  description: 'CahooTravel plans start free. Upgrade for multi-country comparisons, price alerts and unlimited searches. One hotel booking saving covers months of subscription.',
}

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