'use client'; import { motion } from 'framer-motion'; import { Typewriter } from 'react-simple-typewriter'; import PulsatingButton from '@/components/PulsatingButton'; const typewriterWords = ['Webdesign', 'App-Entwicklung', 'Interne Tools']; export const HeroContent = () => { return (