Implement code changes to enhance functionality and improve performance

This commit is contained in:
Dayron
2025-11-12 20:40:18 +01:00
parent 5be7a0c821
commit 15e200dfab
2 changed files with 2 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 94 KiB

View File

@@ -1,6 +1,7 @@
import { motion } from 'framer-motion';
import { Download, Github, Linkedin, Mail } from 'lucide-react';
import { useLanguage } from '../contexts/LanguageContext';
import dvlPhoto from '../assets/dvl.jpg';
const Hero = () => {
const { t } = useLanguage();
@@ -124,7 +125,7 @@ const Hero = () => {
transition={{ type: "spring", stiffness: 300, damping: 10 }}
>
<img
src="/dvl.jpg"
src={dvlPhoto}
alt="Dayron Van Leemput - Portrait"
className="avatar-image"
/>