import Link from "next/link"; import SocialLinks from "./Social"; export default function Hero() { return (
{/* Left column */}
// Hi, my name is

André Kempf.

Full-Stack{" "} Developer

I conceptualize and develop modern web applications. With a sharp eye for detail and a focus on clean code, I bring digital ideas to life. {/* German: Ich konzipiere und entwickle moderne Web-Anwendungen. Mit einem klaren Auge fürs Detail und einem Fokus auf sauberen Code erwecke ich digitale Ideen zum Leben. */}

{/* Buttons */}
Contact me Download CV
{/* Right column */}
André Kempf
); }