Generally, if there is a Custom Post Type with the same slug as one of the Pages, the Custom Post Type archive should take precedence and WordPress should display that instead of the Page.
If that is not the case for you and WordPress is displaying the Page instead, you probably haven’t flushed your permalinks.
However, if you actually need the Page to take precedence, there are two options:
One Response to “Conflicting custom post type archive slug and page slug in WordPress”
marcos
Thank you! The first point solved my problem