fix: Zahlen und Texte korrigiert — Problem, USP, KPIs
Problem-Text: Neuer Wortlaut (US-KI-Anbieter, 30.000+ Unternehmen, egal ob 10 oder 5.000 MA, Datenmissbrauch-Risiko) USP: "auf deutscher oder franzoesischer Cloud" KPI-Kacheln: 170+ Originaldokumente entfernt, 40.000→25.000+ Sicherheitskontrollen, 84→110 Gesetze & Regularien (nur EU+DACH), 761K→500K+ Lines of Code Konsistent in: i18n (DE+EN), Executive Summary (Slide+PDF), Competition, AI Pipeline, SDK Demo, Regulatory Landscape, Presenter Script, FAQ Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -81,10 +81,9 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
|
||||
</FadeInView>
|
||||
|
||||
{/* KPI Row */}
|
||||
<div className="grid grid-cols-4 gap-3 mb-6">
|
||||
<KPICard label={rl.documents} value={170} suffix="+" color="#6366f1" delay={0.1} />
|
||||
<KPICard label={rl.controls} value={40000} suffix="+" color="#a78bfa" delay={0.2} />
|
||||
<KPICard label={rl.regulations} value={84} color="#60a5fa" delay={0.3} />
|
||||
<div className="grid grid-cols-3 gap-3 mb-6">
|
||||
<KPICard label={rl.controls} value={25000} suffix="+" color="#6366f1" delay={0.1} />
|
||||
<KPICard label={rl.regulations} value={110} color="#a78bfa" delay={0.2} />
|
||||
<KPICard label={rl.industries} value={10} color="#34d399" delay={0.4} />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user