introducing the cookies modal
This commit is contained in:
parent
fb38c55cf8
commit
4f0bed608b
|
|
@ -9,6 +9,7 @@ import AnimatedPage from "../components/AnimatedPage";
|
||||||
import BrandingLogo from "../components/ui/LhoistBrandingLogo.jsx";
|
import BrandingLogo from "../components/ui/LhoistBrandingLogo.jsx";
|
||||||
|
|
||||||
import Clouds from "../components/animations/Clouds";
|
import Clouds from "../components/animations/Clouds";
|
||||||
|
import CookiesModal from "../components/Modals/CookiesModal.jsx";
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
const { screensTranslations } = useUser();
|
const { screensTranslations } = useUser();
|
||||||
|
|
@ -20,6 +21,7 @@ export default function Home() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Clouds />
|
<Clouds />
|
||||||
|
<CookiesModal />
|
||||||
<AnimatedPage className='page-container page-container--home'>
|
<AnimatedPage className='page-container page-container--home'>
|
||||||
<div className='screen screen--home'>
|
<div className='screen screen--home'>
|
||||||
<Nav />
|
<Nav />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user