diff --git a/app/[locale]/products/[...slug]/page.tsx b/app/[locale]/products/[...slug]/page.tsx index 8f932d9a..117b5fa3 100644 --- a/app/[locale]/products/[...slug]/page.tsx +++ b/app/[locale]/products/[...slug]/page.tsx @@ -112,7 +112,7 @@ const components = { className="text-lg md:text-xl text-text-secondary leading-relaxed mb-8 font-medium" /> ), - h2: (props: any) => ( + h1: (props: any) => (

), - h3: (props: any) => ( + h2: (props: any) => (

), + h3: (props: any) => ( +

+ ), ul: (props: any) =>