diff --git a/src/components/Hero.astro b/src/components/Hero.astro
index 595b340..76cada3 100644
--- a/src/components/Hero.astro
+++ b/src/components/Hero.astro
@@ -23,6 +23,8 @@ import githubIcon from "../assets/github.svg";
height={300}
quality={90}
format="webp"
+ loading="eager"
+ fetchpriority="high"
/>
@@ -64,7 +66,7 @@ import githubIcon from "../assets/github.svg";
>
Lorenzo Iovino
@@ -18,7 +18,7 @@ const currentPath = Astro.url.pathname;
Home
@@ -26,7 +26,7 @@ const currentPath = Astro.url.pathname;
Bio
@@ -34,7 +34,7 @@ const currentPath = Astro.url.pathname;
Blog
@@ -44,7 +44,7 @@ const currentPath = Astro.url.pathname;