This commit is contained in:
Andras Schmelczer 2026-06-10 21:33:28 +01:00
parent d3418c67cc
commit 5135429d91
13 changed files with 383 additions and 276 deletions

View file

@ -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`}
/>
</section>
<Footer />
</main>
);
}