diff --git a/src/components/MainPageLayout.js b/src/components/MainPageLayout.js
index a346a2f..beb45e3 100644
--- a/src/components/MainPageLayout.js
+++ b/src/components/MainPageLayout.js
@@ -612,21 +612,22 @@ const MainPageLayout = () => {
justifyContent: "center",
}}
>
-
+ {/* Image loaded only when needed */}
+ {getOpacity(pageType) === 1 && (
+
+ )}