feat: improve image loading

This commit is contained in:
2026-02-22 20:12:46 +00:00
parent f492626e45
commit 18bbf2c396

View File

@@ -30,6 +30,8 @@ const IntroContent = ({ greeting }: IIntroContentProps): JSX.Element => {
src={profilePic} src={profilePic}
alt={"Frontal image showing Patryk Kuchta"} alt={"Frontal image showing Patryk Kuchta"}
fill={true} fill={true}
priority={true}
placeholder="blur"
/> />
</div> </div>
</div> </div>