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