File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff 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]" >
You can’t perform that action at this time.
0 commit comments