fix: MOAT card readable, SAM 950M, remove 45 containers + alles läuft
Some checks failed
Build pitch-deck / build-push-deploy (push) Successful in 1m3s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-python-voice (push) Has been cancelled
CI / test-bqas (push) Has been cancelled
CI / test-go-consent (push) Has started running
Some checks failed
Build pitch-deck / build-push-deploy (push) Successful in 1m3s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-python-voice (push) Has been cancelled
CI / test-bqas (push) Has been cancelled
CI / test-go-consent (push) Has started running
This commit is contained in:
@@ -293,24 +293,24 @@ export default function ExecutiveSummarySlide({ lang, data, investorId, preferre
|
||||
|
||||
{/* USP / MOAT */}
|
||||
<FadeInView delay={0.1} className="mb-4">
|
||||
<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-[10px] font-bold text-indigo-400 uppercase tracking-wider">{de ? 'Unser MOAT' : 'Our MOAT'}</span>
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-2 mt-2">
|
||||
<div className="bg-gradient-to-r from-indigo-500/10 to-purple-500/10 border border-indigo-500/20 rounded-2xl px-5 py-4">
|
||||
<span className="text-xs font-bold text-indigo-400 uppercase tracking-wider">{de ? 'Unser MOAT' : 'Our MOAT'}</span>
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-3 mt-3">
|
||||
<div className="text-center">
|
||||
<p className="text-[10px] font-bold text-indigo-300">Traceability</p>
|
||||
<p className="text-[9px] text-white/40">{de ? 'Gesetz → Control → Code' : 'Law → Control → Code'}</p>
|
||||
<p className="text-xs font-bold text-indigo-300">Traceability</p>
|
||||
<p className="text-[11px] text-white/50">{de ? 'Gesetz → Control → Code' : 'Law → Control → Code'}</p>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<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>
|
||||
<p className="text-xs font-bold text-purple-300">Continuous Engine</p>
|
||||
<p className="text-[11px] text-white/50">{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>
|
||||
<p className="text-xs font-bold text-amber-300">Compliance Optimizer</p>
|
||||
<p className="text-[11px] text-white/50">{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>
|
||||
<p className="text-xs font-bold text-emerald-300">EU-Trust Stack</p>
|
||||
<p className="text-[11px] text-white/50">{de ? '100% EU, kein US-SaaS' : '100% EU, no US SaaS'}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user