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
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:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user