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

export const metadata = {
  title: 'About Us | TradeTheMarkets.co.uk',
  description: 'Learn about Mus Enver and the TradeTheMarkets team. Professional investment expertise you can trust.',
};

export default function AboutPage() {
  return (
    <>
      <AboutContent />
      <WhatsAppButton />
    </>
  );
}
