diff --git a/frontend/src/components/landing/SeoContentPage.tsx b/frontend/src/components/landing/SeoContentPage.tsx new file mode 100644 index 0000000..2197f19 --- /dev/null +++ b/frontend/src/components/landing/SeoContentPage.tsx @@ -0,0 +1,182 @@ +import { CheckIcon } from '../ui/icons/CheckIcon'; +import { + SEO_CONTENT_PAGES, + type SeoContentKey, + type SeoFaq, + type SeoLink, + type SeoSection, +} from '../../lib/seoLandingPages'; + +const PUBLIC_URL = 'https://perfect-postcode.co.uk'; + +function JsonLd({ data }: { data: unknown }) { + return ( +