diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index b928b250c..4d1dedad0 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -123,6 +123,11 @@ export default async function Layout(props: { 'Error', 'StandardPage', 'Brochure', + 'JobListingBlock', + 'CallToAction', + 'InteractiveGermanyMap', + 'ReferencesSlider', + 'CompanyTimeline', ]; const clientMessages: Record = {}; for (const key of clientKeys) {