Fix alt texts

This commit is contained in:
2022-11-12 17:53:04 +02:00
parent dea804e6ef
commit 1b7a0cf9bb

View File

@@ -14,7 +14,7 @@ export default function Index() {
<Image <Image
className={styles.mainLogo} className={styles.mainLogo}
src='/big-logo.webp' src='/big-logo.webp'
alt='main' alt='logo'
width={528} width={528}
height={237} height={237}
loading='lazy' loading='lazy'
@@ -30,7 +30,7 @@ export default function Index() {
className={styles.keepersImage} className={styles.keepersImage}
src='/elvira-iveta.png' src='/elvira-iveta.png'
layout='responsive' layout='responsive'
alt='shop keepers' alt='kaupanpitäjät'
width={251} width={251}
height={251} height={251}
loading='lazy' loading='lazy'
@@ -54,7 +54,7 @@ export default function Index() {
<Image <Image
className={styles.socialMediaIcon} className={styles.socialMediaIcon}
src='/insta-icon.png' src='/insta-icon.png'
alt='facebook' alt='instagram'
width={300} width={300}
height={300} height={300}
loading='lazy' loading='lazy'
@@ -87,7 +87,7 @@ export default function Index() {
<Image <Image
className={styles.menuImage} className={styles.menuImage}
src='/restaurant.webp' src='/restaurant.webp'
alt='restaurant' alt='ravintola'
width={506} width={506}
height={89} height={89}
loading='lazy' loading='lazy'