{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 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 (
); } function JsonLd({ data }: { data: unknown }) { return ( ); } function FaqJsonLd({ faq }: { faq: SeoFaq[] }) { if (faq.length === 0) return null; return ({section.body}
{section.bullets && ({link.description}
))}{page.eyebrow}
{page.intro}
{page.cta && ( )}{item.answer}
{t('seo.relatedPagesDesc')}