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