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 Clouds from "../components/animations/Clouds";
|
||||
import CookiesModal from "../components/Modals/CookiesModal.jsx";
|
||||
|
||||
export default function Home() {
|
||||
const { screensTranslations } = useUser();
|
||||
|
|
@ -20,6 +21,7 @@ export default function Home() {
|
|||
return (
|
||||
<>
|
||||
<Clouds />
|
||||
<CookiesModal />
|
||||
<AnimatedPage className='page-container page-container--home'>
|
||||
<div className='screen screen--home'>
|
||||
<Nav />
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user