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

export const metadata = {
  title: 'Investment Services | TradeTheMarkets.co.uk',
  description: 'Explore our professional investment services. Start with a minimum of £3,500 and build your portfolio with expert guidance.',
};

export default function ServicesPage() {
  return (
    <>
      <ServicesContent />
      <WhatsAppButton />
    </>
  );
}
