diff --git a/src/components/ui/ImageModal.astro b/src/components/ui/ImageModal.astro index 6dc4388..d9fab4a 100644 --- a/src/components/ui/ImageModal.astro +++ b/src/components/ui/ImageModal.astro @@ -16,7 +16,8 @@ - {/* Include the image modal component */} - - { callToAction && (
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index f4b3742..fcc52bd 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,6 +16,7 @@ import LanguagePersistence from '~/components/LanguagePersistence.astro'; import GlobalBackground from '~/components/ui/GlobalBackground.astro'; import CookieBanner from '~/components/CookieBanner.astro'; import BackToTop from '~/components/ui/BackToTop.astro'; +import ImageModal from '~/components/ui/ImageModal.astro'; // Comment the line below to disable View Transitions import { ClientRouter } from 'astro:transitions'; @@ -83,5 +84,6 @@ const { language, textDirection } = I18N; })(window, document, 'script', 'https://chat.365devnet.eu/livechat'); +