import Image from "next/image"; export default function Hero() { return (
{/* Left Section: Text */}

Hi, I’m Dennis

Student & Software Engineer

Based in Osnabrück, Germany

Passionate about technology, coding, and solving real-world problems. I enjoy building innovative solutions and continuously expanding my knowledge.

Currently working on exciting projects that merge creativity with functionality. Always eager to learn and collaborate!

{/* Right Section: Image */}
Image of Dennis
); }