diff --git a/pitch-deck/components/slides/MilestonesSlide.tsx b/pitch-deck/components/slides/MilestonesSlide.tsx index 0769cef..c1526b7 100644 --- a/pitch-deck/components/slides/MilestonesSlide.tsx +++ b/pitch-deck/components/slides/MilestonesSlide.tsx @@ -779,8 +779,8 @@ export default function MilestonesSlide({ lang }: MilestonesSlideProps) {
- -

+ +

{de ? 'Meilensteine' : 'Milestones'}

@@ -794,6 +794,9 @@ export default function MilestonesSlide({ lang }: MilestonesSlideProps) { height: INNER_H * scale, overflow: 'hidden', borderRadius: 16, + transform: 'scale(1.12)', + transformOrigin: 'top center', + marginBottom: -40, }} >
- + diff --git a/pitch-deck/components/slides/USPSlide.tsx b/pitch-deck/components/slides/USPSlide.tsx index 262fb58..a11f4e2 100644 --- a/pitch-deck/components/slides/USPSlide.tsx +++ b/pitch-deck/components/slides/USPSlide.tsx @@ -630,8 +630,8 @@ export default function USPSlide({ lang }: USPSlideProps) {
- -

+ +

USP

@@ -674,7 +674,7 @@ export default function USPSlide({ lang }: USPSlideProps) {

{/* Bridge */} -
+
- {/* Killer quote */} + {/* MOAT card */}
- " - {de - ? 'Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit du maximal gehen kannst. Das ist unser Produkt.' - : 'Anyone can say what\'s forbidden. Almost no one can tell you how far you can actually go. That\'s our product.'} - " +
+
+
MOAT
+
+ {de + ? 'Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit du maximal gehen kannst. Das ist unser Produkt.' + : 'Anyone can say what\'s forbidden. Almost no one can tell you how far you can actually go. That\'s our product.'} +
+
diff --git a/pitch-deck/lib/i18n.ts b/pitch-deck/lib/i18n.ts index 3c60407..9c5a479 100644 --- a/pitch-deck/lib/i18n.ts +++ b/pitch-deck/lib/i18n.ts @@ -113,7 +113,7 @@ const translations = { }, regulatoryLandscape: { title: 'Regulatorische Landschaft', - subtitle: '320 Dokumente im RAG — 10 Industriesektoren — eine Plattform', + subtitle: '380+ Dokumente im RAG — 10 Industriesektoren — eine Plattform', documents: 'Originaldokumente', controls: 'Extrahierte Controls', regulations: 'Regularien', @@ -409,7 +409,7 @@ const translations = { }, regulatoryLandscape: { title: 'Regulatory Landscape', - subtitle: '320 documents in RAG — 10 industry sectors — one platform', + subtitle: '380+ documents in RAG — 10 industry sectors — one platform', documents: 'Original Documents', controls: 'Extracted Controls', regulations: 'Regulations',