Neue Folie "Kundenersparnis" mit 3 Unternehmenstypen: KMU (25 MA): 97.750→44.530 = 53.220 EUR Ersparnis (ROI 9,1x) Mittelstand (100 MA): 419.500→193.880 = 225.620 EUR (ROI 12,6x) Konzern (500+ MA): 2.113.500→1.074.080 = 1.039.420 EUR (ROI 17,4x) Detaillierte Aufschlüsselung pro Kostenposition: Pentests pro Anwendung, CE-SW-Risiko pro Produkt, Compliance-Team, Entwickler-Produktivität (IDC: 19% Zeitverlust), TISAX/ISO, CRA/NIS2, Incident Response 2 neue FAQs: savings-detail (Priority 10) + savings-pentest System-Prompt angepasst mit konkreten Zahlen Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
34 lines
605 B
TypeScript
34 lines
605 B
TypeScript
import { SlideId } from './types'
|
|
|
|
export const SLIDE_ORDER: SlideId[] = [
|
|
'intro-presenter',
|
|
'executive-summary',
|
|
'cover',
|
|
'problem',
|
|
'solution',
|
|
'regulatory-landscape',
|
|
'product',
|
|
'how-it-works',
|
|
'market',
|
|
'business-model',
|
|
'traction',
|
|
'competition',
|
|
'team',
|
|
'financials',
|
|
'the-ask',
|
|
'cap-table',
|
|
'customer-savings',
|
|
'ai-qa',
|
|
'annex-assumptions',
|
|
'annex-architecture',
|
|
'annex-gtm',
|
|
'annex-regulatory',
|
|
'annex-engineering',
|
|
'annex-aipipeline',
|
|
'annex-sdk-demo',
|
|
'annex-strategy',
|
|
'annex-finanzplan',
|
|
]
|
|
|
|
export const TOTAL_SLIDES = SLIDE_ORDER.length
|