@ -1,10 +1,8 @@
import Image from "next/image";
const Landing = () => (
<div className="landing">
<div className="container">
<span className="profile">
<Image src="/profile.png" width="100%" height="100%" alt="" />
<img src="/profile.png" width="100%" height="100%" alt="" />
</span>
<span className="title">Guus van Meerveld</span>