import type { Metadata } from 'next'

export const metadata: Metadata = {
  title: 'Contact Us — Get in Touch',
  description: 'Have a question about CahooTravel or need support? Contact our team and we will get back to you within 1–2 business days.',
}

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