From 798c2c4373ef90d18d36e2f3dc6d910cb23bb097 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Tue, 21 Apr 2026 22:29:16 +0200 Subject: [PATCH] =?UTF-8?q?feat(pitch-deck):=20MOAT=20card=20on=20USP,=201?= =?UTF-8?q?2%=20scale=20milestones,=20fix=20320=E2=86=92380+?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - USP: killer quote → amber/orange MOAT card, tighter spacing - Milestones: 12% scale-up matching USP slide - Regulatory Landscape: 320→380+ in KPI card + subtitle (DE+EN) Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/slides/MilestonesSlide.tsx | 7 +++- .../slides/RegulatoryLandscapeSlide.tsx | 4 +- pitch-deck/components/slides/USPSlide.tsx | 41 +++++++++++-------- pitch-deck/lib/i18n.ts | 4 +- 4 files changed, 34 insertions(+), 22 deletions(-) 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',