import Image from "next/image"; import styles from "./page.module.css"; export default function Home() { return (
Hello

Hello world!

); }