import { FaqContent } from './_components/faq-content';
import { WhatsAppButton } from '@/components/whatsapp-button';

export const metadata = {
  title: 'FAQ | TradeTheMarkets.co.uk',
  description: 'Frequently asked questions about investing with TradeTheMarkets.co.uk.',
};

export default function FaqPage() {
  return (
    <>
      <FaqContent />
      <WhatsAppButton />
    </>
  );
}
