diff --git a/src/components/sections/testimonials/TestimonialItem.astro b/src/components/sections/testimonials/TestimonialItem.astro index 3b29783..3305ed6 100644 --- a/src/components/sections/testimonials/TestimonialItem.astro +++ b/src/components/sections/testimonials/TestimonialItem.astro @@ -38,6 +38,7 @@ interface Props { class="h-8 w-8 rounded-full" src={avatarSrc} alt="Avatar Description" + loading={"eager"} inferSize /> diff --git a/src/components/ui/blocks/TabContent.astro b/src/components/ui/blocks/TabContent.astro index 2d7c17d..8017955 100644 --- a/src/components/ui/blocks/TabContent.astro +++ b/src/components/ui/blocks/TabContent.astro @@ -49,5 +49,6 @@ This is the full example: class={secondClass} draggable={"false"} format={"avif"} + loading={"eager"} />