fix(pitch-deck): presenter accuracy — no false claims, 12 modules, Executive Summary
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m5s
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 30s
CI / test-bqas (push) Successful in 28s

- "von der Regulierungslast befreit" → "Regulierungsanforderungen automatisiert"
- "dieses Problem lösen wir" → "hier setzen wir an"
- "das wir lösen" → "die wir automatisieren"
- 65 Compliance-Module → 12 Produkt-Module (matches slide)
- Onepager → Executive Summary (slide + presenter)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-22 10:21:05 +02:00
parent 3c7af3aa93
commit 9dcbc5a951
3 changed files with 15 additions and 15 deletions

View File

@@ -151,7 +151,7 @@ export default function ExecutiveSummarySlide({ lang, data, investorId, preferre
<div class="header">
<div>
<h1>BreakPilot COMPL<span style="color:#4f46e5;">AI</span></h1>
<div class="tagline">Onepager</div>
<div class="tagline">Executive Summary</div>
</div>
<div class="badge">Pre-Seed ${funding?.target_date ? 'Q' + Math.ceil((new Date(funding.target_date).getMonth() + 1) / 3) + ' ' + new Date(funding.target_date).getFullYear() : 'Q4 2026'}</div>
</div>
@@ -276,7 +276,7 @@ export default function ExecutiveSummarySlide({ lang, data, investorId, preferre
<h2 className="text-3xl md:text-5xl font-bold mb-2">
<span className="text-white">BreakPilot COMPL</span><GradientText>AI</GradientText>
</h2>
<p className="text-base text-white/50 max-w-2xl mx-auto">Onepager</p>
<p className="text-base text-white/50 max-w-2xl mx-auto">Executive Summary</p>
</FadeInView>
{/* Hero Description */}