diff --git a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx index 83ab424..af10fb9 100644 --- a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx +++ b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx @@ -103,19 +103,20 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl {/* Matrix Grid */}
{/* Header row */} -
+
{lang === 'de' ? 'Branche' : 'Industry'}
- {CATEGORIES.map((cat) => { - const CatIcon = cat.icon - return ( -
- -
- ) - })} -
#
+ {CATEGORIES.map((cat) => ( +
+ + {categoryLabels[cat.id]} + +
+ ))} +
+ {lang === 'de' ? 'Reg.' : 'Regs'} +
{/* Industry rows */} @@ -125,7 +126,7 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl