import { lazy, Suspense } from 'react'; 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, type SeoFaq, type SeoLandingKey, type SeoLink, type SeoSection, } from '../../lib/seoLandingPages'; import { safeJsonLd } from '../../lib/json-ld'; const ProductShowcase = lazy(() => import('../home/ProductShowcase')); function ProductShowcaseFallback() { return (