feat(pitch-deck): 4 MOAT points on Executive Summary (Folie 2)
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m9s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 32s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m9s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 34s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 32s
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) <noreply@anthropic.com>
This commit is contained in:
@@ -285,17 +285,28 @@ export default function ExecutiveSummarySlide({ lang, data, investorId, preferre
|
|||||||
</div>
|
</div>
|
||||||
</FadeInView>
|
</FadeInView>
|
||||||
|
|
||||||
{/* USP Banner */}
|
{/* USP / MOAT */}
|
||||||
<FadeInView delay={0.1} className="mb-4">
|
<FadeInView delay={0.1} className="mb-4">
|
||||||
<div className="bg-gradient-to-r from-indigo-500/20 to-purple-500/20 border border-indigo-500/30 rounded-2xl px-5 py-3 text-center">
|
<div className="bg-gradient-to-r from-indigo-500/10 to-purple-500/10 border border-indigo-500/20 rounded-2xl px-4 py-3">
|
||||||
<span className="text-base font-bold text-indigo-400 uppercase tracking-wider">{es.usp}</span>
|
<span className="text-[10px] font-bold text-indigo-400 uppercase tracking-wider">{de ? 'Unser MOAT' : 'Our MOAT'}</span>
|
||||||
<p className="text-sm text-white/80 mt-2 leading-relaxed">
|
<div className="grid grid-cols-2 md:grid-cols-4 gap-2 mt-2">
|
||||||
{de
|
<div className="text-center">
|
||||||
? '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).'
|
<p className="text-[10px] font-bold text-indigo-300">Traceability</p>
|
||||||
: '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).'
|
<p className="text-[9px] text-white/40">{de ? 'Gesetz → Control → Code' : 'Law → Control → Code'}</p>
|
||||||
}
|
</div>
|
||||||
</p>
|
<div className="text-center">
|
||||||
<p className="text-sm font-semibold text-indigo-300 mt-1.5">{de ? '100\u00a0% Datensouveränität ohne Abhängigkeit von US-Anbietern.' : '100% data sovereignty without dependence on US providers.'}</p>
|
<p className="text-[10px] font-bold text-purple-300">Continuous Engine</p>
|
||||||
|
<p className="text-[9px] text-white/40">{de ? 'Echtzeit bei jeder Änderung' : 'Real-time on every change'}</p>
|
||||||
|
</div>
|
||||||
|
<div className="text-center">
|
||||||
|
<p className="text-[10px] font-bold text-amber-300">Compliance Optimizer</p>
|
||||||
|
<p className="text-[9px] text-white/40">{de ? 'Maximale KI-Nutzung im Rahmen' : 'Max AI use within regulations'}</p>
|
||||||
|
</div>
|
||||||
|
<div className="text-center">
|
||||||
|
<p className="text-[10px] font-bold text-emerald-300">EU-Trust Stack</p>
|
||||||
|
<p className="text-[9px] text-white/40">{de ? '100% EU, kein US-SaaS' : '100% EU, no US SaaS'}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</FadeInView>
|
</FadeInView>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user