fix(pitch-deck): 1 Mio investment amount everywhere (975k → 1M)
Some checks failed
Build pitch-deck / build-push-deploy (push) Failing after 25s
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) Failing after 7s
CI / test-python-voice (push) Failing after 10s
CI / test-bqas (push) Failing after 9s
Some checks failed
Build pitch-deck / build-push-deploy (push) Failing after 25s
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) Failing after 7s
CI / test-python-voice (push) Failing after 10s
CI / test-bqas (push) Failing after 9s
Updated: - CapTable: 975k → 1M, 19.6% → 20%, Gründer 37.5% → 37.3% - FAQ: investment-captable answer updated to 1M - Production DB: fp_liquiditaet Fremdkapital 975k → 1M (Base + Bear + Bull) - Production DB: pitch_version_data funding amount → 1M - All 3 scenarios (Base/Bear/Bull) recomputed with new amounts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -18,9 +18,9 @@ export default function CapTableSlide({ lang }: CapTableSlideProps) {
|
||||
const de = lang === 'de'
|
||||
|
||||
const capTableData = [
|
||||
{ name: 'Benjamin Bönisch (CEO)', value: 37.5, color: '#6366f1' },
|
||||
{ name: 'Sharang Parnerkar (CTO)', value: 37.5, color: '#8b5cf6' },
|
||||
{ name: de ? 'Pre-Seed Investor' : 'Pre-Seed Investor', value: 19.6, color: '#f59e0b' },
|
||||
{ name: 'Benjamin Bönisch (CEO)', value: 37.3, color: '#6366f1' },
|
||||
{ name: 'Sharang Parnerkar (CTO)', value: 37.3, color: '#8b5cf6' },
|
||||
{ name: de ? 'Pre-Seed Investor' : 'Pre-Seed Investor', value: 20.0, color: '#f59e0b' },
|
||||
{ name: 'ESOP Pool', value: 5.4, color: '#94a3b8' },
|
||||
]
|
||||
|
||||
@@ -82,7 +82,7 @@ export default function CapTableSlide({ lang }: CapTableSlideProps) {
|
||||
{ label: 'Pre-Money Bewertung', value: '4.000.000 EUR', icon: Target },
|
||||
{ label: 'Investment', value: '1.000.000 EUR', icon: Briefcase },
|
||||
{ label: 'Post-Money', value: '5.000.000 EUR', icon: TrendingUp },
|
||||
{ label: de ? 'Investoranteil' : 'Investor Share', value: '19,6%', icon: Users },
|
||||
{ label: de ? 'Investoranteil' : 'Investor Share', value: '20%', icon: Users },
|
||||
].map((item, idx) => {
|
||||
const Icon = item.icon
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user