From e0fedde560c2d6cf7c22a8e90ef892eb5a24f962 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Mon, 20 Apr 2026 18:07:34 +0200 Subject: [PATCH] feat(pitch-deck): 4 MOAT points on Executive Summary (Folie 2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaced generic USP banner with compact 4-column MOAT grid: 1. Traceability: Gesetz → Control → Code 2. Continuous Engine: Echtzeit bei jeder Änderung 3. Compliance Optimizer: Maximale KI-Nutzung im Rahmen 4. EU-Trust Stack: 100% EU, kein US-SaaS Co-Authored-By: Claude Opus 4.6 (1M context) --- .../slides/ExecutiveSummarySlide.tsx | 31 +++++++++++++------ 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/pitch-deck/components/slides/ExecutiveSummarySlide.tsx b/pitch-deck/components/slides/ExecutiveSummarySlide.tsx index 51121db..d94c37a 100644 --- a/pitch-deck/components/slides/ExecutiveSummarySlide.tsx +++ b/pitch-deck/components/slides/ExecutiveSummarySlide.tsx @@ -285,17 +285,28 @@ export default function ExecutiveSummarySlide({ lang, data, investorId, preferre - {/* USP Banner */} + {/* USP / MOAT */} -
- {es.usp} -

- {de - ? 'Die einzige Plattform, die kontinuierliche Code-Security, automatisierte Compliance-Dokumentation und CE-konforme Software-Risikobeurteilung in einem System vereint – vollständig betrieben auf europäischer Infrastruktur (Deutschland oder Frankreich).' - : 'The only platform combining continuous code security, automated compliance documentation and CE-compliant software risk assessment in one system – fully operated on European infrastructure (Germany or France).' - } -

-

{de ? '100\u00a0% Datensouveränität ohne Abhängigkeit von US-Anbietern.' : '100% data sovereignty without dependence on US providers.'}

+
+ {de ? 'Unser MOAT' : 'Our MOAT'} +
+
+

Traceability

+

{de ? 'Gesetz → Control → Code' : 'Law → Control → Code'}

+
+
+

Continuous Engine

+

{de ? 'Echtzeit bei jeder Änderung' : 'Real-time on every change'}

+
+
+

Compliance Optimizer

+

{de ? 'Maximale KI-Nutzung im Rahmen' : 'Max AI use within regulations'}

+
+
+

EU-Trust Stack

+

{de ? '100% EU, kein US-SaaS' : '100% EU, no US SaaS'}

+
+