diff --git a/components/programmer-graphic.tsx b/components/programmer-graphic.tsx index 156ff18..7b72b01 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.png' +import programmiererImg from '../public/Programmierer.png' export function ProgrammerGraphic() { return ( @@ -13,7 +13,7 @@ export function ProgrammerGraphic() { className="relative w-full max-w-xs mx-auto aspect-[3/5] sm:max-w-sm lg:max-w-md lg:aspect-square" >