diff --git a/components/decorations/EUFundingBadge.tsx b/components/decorations/EUFundingBadge.tsx index f00f7cf24..d56732199 100644 --- a/components/decorations/EUFundingBadge.tsx +++ b/components/decorations/EUFundingBadge.tsx @@ -1,44 +1,27 @@ 'use client'; import { motion } from 'framer-motion'; +import Image from 'next/image'; export function EUFundingBadge() { return ( -
- {/* EU Flag */} - - - - - - - - - - - - - - - - - - - - - {/* Text */} -
- - Kofinanziert von der
Europäischen Union -
-
-
+ European Union Background
); } diff --git a/public/assets/eu-flag-perspective.png b/public/assets/eu-flag-perspective.png new file mode 100644 index 000000000..c1bf62cea Binary files /dev/null and b/public/assets/eu-flag-perspective.png differ