From 18bbf2c396f2c3f18b430216e3c15b477df0eb82 Mon Sep 17 00:00:00 2001 From: KuchtaVR6 Date: Sun, 22 Feb 2026 20:12:46 +0000 Subject: [PATCH] feat: improve image loading --- src/portfolio/sections/Intro/IntroContent.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/portfolio/sections/Intro/IntroContent.tsx b/src/portfolio/sections/Intro/IntroContent.tsx index 90632de..c4d23fe 100644 --- a/src/portfolio/sections/Intro/IntroContent.tsx +++ b/src/portfolio/sections/Intro/IntroContent.tsx @@ -30,6 +30,8 @@ const IntroContent = ({ greeting }: IIntroContentProps): JSX.Element => { src={profilePic} alt={"Frontal image showing Patryk Kuchta"} fill={true} + priority={true} + placeholder="blur" />