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
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:
@@ -90,7 +90,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
</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">
|
||||
<FileCheck className="w-4 h-4 text-indigo-400" />
|
||||
<span className="text-sm font-bold text-indigo-400">Compliance</span>
|
||||
|
||||
Reference in New Issue
Block a user