import React from 'react' import Image from 'next/legacy/image' const Page = () => { return (

Priority Page

This is the priority page

) } export default Page