Skip to content

Commit 482344b

Browse files
committed
fetchpriority high for images
1 parent eb3f1c7 commit 482344b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/app/page.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,14 @@ export default function Home() {
7878
</div>
7979
<Image
8080
src={NeuralLabWebp}
81-
alt="Keyboard"
81+
alt="NeuralLab UI"
82+
fetchPriority="high"
8283
className="shadow-md w-full h-auto rounded-b-md dark:hidden"
8384
/>
8485
<Image
8586
src={NeuralLabDarkWebp}
86-
alt="Keyboard"
87+
alt="NeuralLab UI"
88+
fetchPriority="high"
8789
className="shadow-md w-full h-auto rounded-b-md hidden dark:block"
8890
/>
8991
</CardItem>
@@ -99,7 +101,8 @@ export default function Home() {
99101
</div> */}
100102
<Image
101103
src={UsbStationWebp}
102-
alt="Keyboard"
104+
alt="USB Charging Station"
105+
fetchPriority="high"
103106
className="shadow-md w-full h-auto rounded-b-md"
104107
/>
105108
<p className="text-xs text-muted-foreground font-handwriting leading-none mt-1 mb-[-0.25rem]">

0 commit comments

Comments
 (0)