summaryrefslogtreecommitdiff
path: root/src/lib/home/components/BannerSection.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/home/components/BannerSection.jsx')
-rw-r--r--src/lib/home/components/BannerSection.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/home/components/BannerSection.jsx b/src/lib/home/components/BannerSection.jsx
index 303b5c4b..898f1bf5 100644
--- a/src/lib/home/components/BannerSection.jsx
+++ b/src/lib/home/components/BannerSection.jsx
@@ -51,6 +51,7 @@ const BannerSection = () => {
src={banner.image}
alt={banner.name}
className='h-auto w-full rounded'
+ loading='eager'
/>
</Link>
))}