Rename: programmiererSvg → programmiererImg

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-25 19:34:59 +02:00
commit 107396ceb4

View file

@ -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"
>
<Image
src={programmiererSvg}
src={programmiererImg}
alt="Programmierung: Von 1976 bis heute 50 Jahre Code"
fill
className="object-contain drop-shadow-lg"