import { getLayout } from '@components/Layouts/Layout'; import ToC from '@components/ToC/ToC'; import { seo } from '@config/seo'; import { NextPageWithLayout } from '@ts/types/app'; import { loadTranslation } from '@utils/helpers/i18n'; import { GetStaticProps, GetStaticPropsContext } from 'next'; import Head from 'next/head'; import LegalNoticeContent, { meta } from '@content/pages/legal-notice.mdx'; const LegalNotice: NextPageWithLayout = () => { return ( <>