'use client';
import Image from 'next/image';
import {Typewriter} from 'react-simple-typewriter';
import {motion} from 'framer-motion';
const Hero = () => {
return (
{/* Background Image */}
{/* Main content */}
{/* Text Content */}
Rhein-Software Development
Digitale Lösungen für dein Unternehmen.
{/* Floating Image */}
);
};
export default Hero;