feat(pitch-deck): pipeline stats from DB on Folie 2 + Optimizer on Folie 5 + quote fix
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 32s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 33s
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 32s
CI / test-python-voice (push) Successful in 35s
CI / test-bqas (push) Successful in 33s
Folie 2 (Executive Summary): - KPIs (Controls, Regulations) now from pitch_pipeline_stats DB - "110 Gesetze" → dynamic from DB (380+) Folie 5 (Solution): - Added Compliance Optimizer banner below 3 pillars - "Nicht nur erlaubt/verboten — maximale Ausgestaltung jedes KI-Use-Cases" USP Slide: - Quote fix: "wie weit du maximal gehen kannst" (was: "wie du maximal weit gehen kannst") Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -214,7 +214,7 @@ export default function USPSlide({ lang }: USPSlideProps) {
|
||||
<div className="bg-gradient-to-r from-amber-500/10 to-indigo-500/10 border border-amber-500/20 rounded-xl px-5 py-3 text-center">
|
||||
<p className="text-sm text-white/70 italic">
|
||||
{de
|
||||
? '„Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie du maximal weit gehen kannst, ohne es zu brechen. Das ist unser Produkt."'
|
||||
? '„Jeder kann sagen, was verboten ist. Kaum jemand kann sagen, wie weit du maximal gehen kannst, ohne es zu brechen. Das ist unser Produkt."'
|
||||
: '"Everyone can say what is forbidden. Almost no one can say how far you can go without breaking it. That is our product."'}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user