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

export const metadata = {
  title: 'Contact Us | TradeTheMarkets.co.uk',
  description: 'Get in touch with TradeTheMarkets. Call, email or WhatsApp us to discuss your investment goals.',
};

export default function ContactPage() {
  return (
    <>
      <ContactContent />
      <WhatsAppButton />
    </>
  );
}
