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

Home Page

This is the index page

) } export default Page