diff --git a/nuxt-frontend/components/contributions/DesktopLanding.vue b/nuxt-frontend/components/contributions/DesktopLanding.vue index 04d9627ba..6a127e07f 100644 --- a/nuxt-frontend/components/contributions/DesktopLanding.vue +++ b/nuxt-frontend/components/contributions/DesktopLanding.vue @@ -42,6 +42,7 @@ :src="clapsmall" class="w-4 h-[1.125rem]" alt="desktop-background-icon" + loading="lazy" /> 315 @@ -49,6 +50,7 @@ :src="heartlike" class="ml-0.5 xl:ml-24 xl:ml-12 2xl:ml-40 xll:ml-24 -mt-[3.563rem] xl:-mt-[1.813rem] 2xl:-mt-[3.063rem] w-10 h-10 animate-zoomIn" alt="desktop-background-icon" + loading="lazy" /> @@ -110,6 +112,7 @@ :src="dribble" class="ml- mt-48 xl:mt-36 w-5 lg:w-7 h-5 lg:h-7 animate-zoomIn" alt="desktop-background-icon" + loading="lazy" /> @@ -130,6 +133,7 @@ :src="githubicon" class="absolute flex flex-col items-center justify-center w-[4.375rem] h-[4.375rem]" alt="background-githubicon" + loading="lazy" />
237 diff --git a/nuxt-frontend/components/contributions/MobileLanding.vue b/nuxt-frontend/components/contributions/MobileLanding.vue index 13e0315e3..b1a1cb2df 100644 --- a/nuxt-frontend/components/contributions/MobileLanding.vue +++ b/nuxt-frontend/components/contributions/MobileLanding.vue @@ -10,6 +10,7 @@ :src="heartlike" class="mx-auto -mt-3 h-7 w-7 animate-zoomIn" alt="mobile-background-icon" + loading="lazy" /> 237 @@ -81,6 +83,7 @@ :src="githubicon" class="absolute mt-1 flex h-[3.125rem] w-[3.125rem] flex-col items-center justify-center" alt="mobile-background-icon" + loading="lazy" /> 1K+ GitHub Stars @@ -89,6 +92,7 @@ :src="dribble" class="mt-6 h-4 w-4 animate-zoomOut" alt="mobile-background-icon" + loading="lazy" />