Implement code changes to enhance functionality and improve performance
This commit is contained in:
|
Before Width: | Height: | Size: 94 KiB After Width: | Height: | Size: 94 KiB |
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user