import { LandPage } from '@/components/land-page';

export default function PrizeLandPage() {
  return <LandPage title="Prize Land" />;
}
