import Head from 'next/head' import Image from 'next/image' const Page = () => { return (
Title
basic image
) } export default Page