diff --git a/frontend/src/components/landing/SeoContentPage.tsx b/frontend/src/components/landing/SeoContentPage.tsx index a326c45..27a269e 100644 --- a/frontend/src/components/landing/SeoContentPage.tsx +++ b/frontend/src/components/landing/SeoContentPage.tsx @@ -2,6 +2,7 @@ import { lazy, Suspense } from 'react'; import { useTranslation } from 'react-i18next'; import { CheckIcon } from '../ui/icons/CheckIcon'; import HomeFinalCta from '../home/HomeFinalCta'; +import Footer from '../ui/Footer'; import { usePageMeta } from '../../hooks/usePageMeta'; import { getLocalizedSeoContentPage, @@ -202,6 +203,7 @@ export default function SeoContentPage({ trackingLocation={`seo_${pageKey}_bottom`} /> +