From 5135429d91290a1a505adadc8ee37b75919323a8 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 10 Jun 2026 21:33:28 +0100 Subject: [PATCH] Fixes --- .../src/components/landing/SeoContentPage.tsx | 2 + .../src/components/landing/SeoLandingPage.tsx | 2 + frontend/src/hooks/useAiFilters.ts | 10 ++ frontend/src/hooks/useFilterCounts.ts | 23 ++-- frontend/src/hooks/useTutorial.ts | 4 +- frontend/src/i18n/descriptions.ts | 108 ++++++---------- frontend/src/i18n/details.ts | 120 ++++++------------ frontend/src/i18n/locales/de.ts | 68 +++++++--- frontend/src/i18n/locales/en.ts | 62 ++++++--- frontend/src/i18n/locales/fr.ts | 66 +++++++--- frontend/src/i18n/locales/hi.ts | 68 +++++++--- frontend/src/i18n/locales/hu.ts | 64 +++++++--- frontend/src/i18n/locales/zh.ts | 62 ++++++--- 13 files changed, 383 insertions(+), 276 deletions(-) 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`} /> +