feat(pitch-deck): MOAT on USP slide + version-aware GTM slide
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m11s
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 37s
CI / test-python-voice (push) Successful in 36s
CI / test-bqas (push) Successful in 36s
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m11s
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 37s
CI / test-python-voice (push) Successful in 36s
CI / test-bqas (push) Successful in 36s
USP Slide: - Added 3 MOAT statements as prominent section: 1. End-to-End Traceability (Law → Obligation → Control → Code) 2. Continuous Compliance Engine (every change, real-time evidence) 3. EU-Trust & Governance Stack (sovereign, GDPR/AI Act native) GTM Slide (version-aware): - Wandeldarlehen: Founder sales → Content/SEO → Organic growth 3 phases (Pilot → Organic → Scaling), no AEs in 2027 - 1 Mio: Direct sales + Channel (unchanged) 3 phases with 5-20 KMU target, 2 AEs from 2027 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -202,7 +202,7 @@ export default function PitchDeck({ lang, onToggleLanguage, investor, onLogout,
|
||||
case 'annex-architecture':
|
||||
return <ArchitectureSlide lang={lang} />
|
||||
case 'annex-gtm':
|
||||
return <GTMSlide lang={lang} />
|
||||
return <GTMSlide lang={lang} isWandeldarlehen={isWandeldarlehen} />
|
||||
case 'annex-regulatory':
|
||||
return <RegulatorySlide lang={lang} />
|
||||
case 'annex-engineering':
|
||||
|
||||
Reference in New Issue
Block a user