From 1ef3305632496c0ad01d7659f4b2db9d0261d6ef Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 19:33:32 +0200 Subject: [PATCH] Fix: Farbiges Foto (Programmierer.png) statt S/W-Vektorgrafik Co-Authored-By: Claude Sonnet 4.6 --- components/programmer-graphic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/programmer-graphic.tsx b/components/programmer-graphic.tsx index 6f832ff..156ff18 100644 --- a/components/programmer-graphic.tsx +++ b/components/programmer-graphic.tsx @@ -2,7 +2,7 @@ import { motion } from 'framer-motion' import Image from 'next/image' -import programmiererSvg from '../public/programmierer-vector.svg' +import programmiererSvg from '../public/Programmierer.png' export function ProgrammerGraphic() { return (