import Image from "next/image";
const Hero = () => {
return (
{/* Background Image with Blur */}
{/* Dark overlay for better text contrast */}
{/* Main content */}
{/* Text Content */}
Rhein Software Development
Wir entwickeln performante und zukunftssichere Software für deine Vision.
{/* Floating Image Content */}
);
};
export default Hero;