import type { Metadata } from 'next'
import FaqClient from './FaqClient'

export const metadata: Metadata = {
  title: 'Frequently Asked Questions',
  description:
    'Everything you need to know about the Plymouth Metro campaign, the proposed network, costs, funding, and how you can help.',
}

export default function FaqPage() {
  return <FaqClient />
}
