fix(pitch-deck): USP compliance text position + regulatory KPI labels
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m17s
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 35s
CI / test-python-voice (push) Successful in 39s
CI / test-bqas (push) Successful in 38s

- USP: Compliance block shifted right (left-7 → left-12)
- Regulatory: KPI labels more descriptive:
  Horizontal → "Gelten für alle Branchen"
  Sektorspezifisch → "Branchenspezifische Gesetze"
  Industriesektoren → "Abgedeckte Branchen"
  Dokumente column → "Gesetze gesamt"

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-15 21:21:39 +02:00
parent e920dd1b3f
commit 474f09ce88
2 changed files with 6 additions and 6 deletions

View File

@@ -113,10 +113,10 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
{/* KPI Row */} {/* KPI Row */}
<div className="grid grid-cols-4 gap-3 mb-5"> <div className="grid grid-cols-4 gap-3 mb-5">
<KPICard label={de ? 'Dokumente im RAG' : 'Documents in RAG'} value={320} color="#6366f1" delay={0.1} /> <KPICard label={de ? 'Gesetze & Dokumente im RAG' : 'Laws & Documents in RAG'} value={320} color="#6366f1" delay={0.1} />
<KPICard label={de ? 'Horizontal (alle Branchen)' : 'Horizontal (all industries)'} value={244} color="#a78bfa" delay={0.2} /> <KPICard label={de ? 'Gelten für alle Branchen' : 'Apply to All Industries'} value={244} color="#a78bfa" delay={0.2} />
<KPICard label={de ? 'Sektorspezifisch' : 'Sector-specific'} value={65} color="#f97316" delay={0.3} /> <KPICard label={de ? 'Branchenspezifische Gesetze' : 'Industry-specific Laws'} value={65} color="#f97316" delay={0.3} />
<KPICard label={de ? 'Industriesektoren' : 'Industry sectors'} value={10} color="#34d399" delay={0.4} /> <KPICard label={de ? 'Abgedeckte Branchen' : 'Covered Industries'} value={10} color="#34d399" delay={0.4} />
</div> </div>
{/* Matrix */} {/* Matrix */}
@@ -138,7 +138,7 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
</div> </div>
))} ))}
<div className="text-[8px] text-indigo-400 text-center font-semibold uppercase tracking-wider"> <div className="text-[8px] text-indigo-400 text-center font-semibold uppercase tracking-wider">
{de ? 'Dokumente' : 'Documents'} {de ? 'Gesetze gesamt' : 'Total Laws'}
</div> </div>
</div> </div>
<div className="grid items-start gap-1" style={{ gridTemplateColumns: '180px repeat(7, 1fr) 70px' }}> <div className="grid items-start gap-1" style={{ gridTemplateColumns: '180px repeat(7, 1fr) 70px' }}>

View File

@@ -90,7 +90,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
</div> </div>
</div> </div>
<div className="absolute left-7 top-1/2 -translate-y-1/2 w-[120px] z-10"> <div className="absolute left-12 top-1/2 -translate-y-1/2 w-[120px] z-10">
<div className="flex items-center gap-1.5 mb-2"> <div className="flex items-center gap-1.5 mb-2">
<FileCheck className="w-4 h-4 text-indigo-400" /> <FileCheck className="w-4 h-4 text-indigo-400" />
<span className="text-sm font-bold text-indigo-400">Compliance</span> <span className="text-sm font-bold text-indigo-400">Compliance</span>