diff --git a/app/[locale]/[slug]/page.tsx b/app/[locale]/[slug]/page.tsx index 66e2e241c..2a29fc51e 100644 --- a/app/[locale]/[slug]/page.tsx +++ b/app/[locale]/[slug]/page.tsx @@ -39,7 +39,24 @@ const mdxComponents = { FaqBlock, JsonLd, Button, - Heading, + // Standard HTML element mapping for consistent E-TIB typography + h1: (props: any) => , // Hidden because Hero handles H1 + h2: (props: any) => , + h3: (props: any) => , + h4: (props: any) => , + p: (props: any) =>

, + ul: (props: any) =>