diff --git a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx
index a7fa760..185851a 100644
--- a/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx
+++ b/pitch-deck/components/slides/RegulatoryLandscapeSlide.tsx
@@ -94,7 +94,9 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
{/* Staggered header rows — odd columns on top row, even on bottom */}
-
+
+ {lang === 'de' ? 'Branche' : 'Industry'}
+
{CATEGORIES.map((cat, idx) => (
{idx % 2 === 0 ? (
@@ -104,12 +106,12 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
) : null}
))}
-
+
+ {lang === 'de' ? 'Regulatorien' : 'Regulations'}
+
-
- {lang === 'de' ? 'Branche' : 'Industry'}
-
+
{CATEGORIES.map((cat, idx) => (
{idx % 2 === 1 ? (
@@ -119,9 +121,7 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
) : null}
))}
-
- {lang === 'de' ? 'Regulatorien' : 'Regulations'}
-
+
{/* Industry rows */}