{section.title}
{section.body}
{section.bullets && (-
{section.bullets.map((bullet) => (
-
{bullet}
))}
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 (
); } function JsonLd({ data }: { data: unknown }) { return ( ); } function FaqJsonLd({ faq }: { faq: SeoFaq[] }) { return ({link.description}
))}{section.body}
{section.bullets && ({t('seo.whatYouCanCompareDesc')}
{point}
{t('seo.howToUseItDesc')}
{t('seo.methodAndLimitationsDesc')}
{item.answer}
{t('seo.relatedGuidesDesc')}