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

@ -3,6 +3,7 @@ import { useTranslation } from 'react-i18next';
import { CheckIcon } from '../ui/icons/CheckIcon';
import { LogoIcon } from '../ui/icons/LogoIcon';
import HomeFinalCta from '../home/HomeFinalCta';
import Footer from '../ui/Footer';
import { usePageMeta } from '../../hooks/usePageMeta';
import {
getLocalizedSeoLandingPage,
@ -252,6 +253,7 @@ export default function SeoLandingPage({
trackingLocation={`seo_${pageKey}_bottom`}
/>
</section>
<Footer />
</main>
);
}