import PublicLanding from '~/components/PublicLanding';
export default function ProfessionalsPage() {
return <PublicLanding />;
}