import Image from 'next/image' export default function Home() { return (

Hello World

) }