'use client'; import { motion } from 'framer-motion'; import Image from 'next/image'; export function EUFundingBadge() { return ( {/* Background Flag */}
European Union Background
{/* Text overlaid on the flag */}
Kofinanziert von der Europäischen Union
); }