diff --git a/src/components/Website/Landing/Landing.tsx b/src/components/Website/Landing/Landing.tsx index 24b6f123..dc302321 100644 --- a/src/components/Website/Landing/Landing.tsx +++ b/src/components/Website/Landing/Landing.tsx @@ -18,8 +18,9 @@ import { Hero } from "./Hero"; export function Landing({ lang }: { lang: Lang }) { const screenType = useScreenType(); const isBurgerMenu = screenType === ScreenTypes.MOBILE; + return ( - +
} isBurgerMenu={isBurgerMenu}