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, type SeoContentKey, type SeoFaq, type SeoLink, type SeoSection, } from '../../lib/seoLandingPages'; import { safeJsonLd } from '../../lib/json-ld'; const PUBLIC_URL = 'https://perfect-postcode.co.uk'; const ProductShowcase = lazy(() => import('../home/ProductShowcase')); function ProductShowcaseFallback() { return (