diff --git a/pitch-deck/app/pitch-print/[versionId]/_components/PrintAnnexSlides.tsx b/pitch-deck/app/pitch-print/[versionId]/_components/PrintAnnexSlides.tsx index 19e5e1d..7fc6fa9 100644 --- a/pitch-deck/app/pitch-print/[versionId]/_components/PrintAnnexSlides.tsx +++ b/pitch-deck/app/pitch-print/[versionId]/_components/PrintAnnexSlides.tsx @@ -4,107 +4,8 @@ import { ArchitectureDiagram, PipelineFlow } from './PrintDiagrams' interface SlideBase { lang: Language; pageNum: number; totalPages: number; versionName: string } -/* ===== ANHANG DIVIDER ===== */ - -/** - * Chapter-break slide that sits between the main pitch and the appendix. - * Bypasses the standard Page chrome to render as a hero divider, but keeps - * a footer row consistent with all other slides. - */ -export function PrintAnnexDividerPage({ lang, pageNum, totalPages, versionName }: SlideBase) { - const de = lang === 'de' - const MONO = "'JetBrains Mono', ui-monospace, monospace" - - const sections: [string, string, string][] = de ? [ - ['17', 'Go-to-Market Strategie', 'Pilot · Skalierung · Expansion'], - ['18', 'Finanzplan', 'P&L 2026–2030 · KPI-Dashboard'], - ['19', 'Treibervariablen', 'Annahmen + Sensitivitätsszenarien'], - ['20', 'Regulatorische Details', 'DSGVO · AI Act · NIS-2 · CRA · MaschVO'], - ['21', 'Systemarchitektur', '3 Tiers · LiteLLM Gateway · lokale Inferenz'], - ['22', 'Engineering Deep Dive', '500K+ LoC · 45 Container · 100 % Self-Hosted'], - ['23', 'KI-Pipeline', 'RAG · Multi-Agent · Document Intelligence · QA'], - ['24', 'Risiken & Mitigation', '10 Risiken in 5 Kategorien'], - ['25', 'Glossar', '30 Begriffe · Compliance · Engineering · Recht'], - ] : [ - ['17', 'Go-to-Market Strategy', 'Pilot · Scale · Expansion'], - ['18', 'Financial Plan', 'P&L 2026–2030 · KPI dashboard'], - ['19', 'Driver Variables', 'Assumptions + sensitivity scenarios'], - ['20', 'Regulatory Details', 'GDPR · AI Act · NIS-2 · CRA · Machinery Reg.'], - ['21', 'System Architecture', '3 tiers · LiteLLM gateway · local inference'], - ['22', 'Engineering Deep Dive', '500K+ LoC · 45 containers · 100 % self-hosted'], - ['23', 'AI Pipeline', 'RAG · multi-agent · document intelligence · QA'], - ['24', 'Risks & Mitigation', '10 risks across 5 categories'], - ['25', 'Glossary', '30 terms · compliance · engineering · law'], - ] - - return ( -
- {de - ? 'Detailangaben & Belege. Was wir in der Pitch gesagt haben, mit Quellen, Zahlen und Architektur belegt.' - : 'Detail & evidence. Everything we claimed in the pitch, backed by sources, numbers and architecture.'} -
- - {/* What's coming */} -{de ? 'Keine Finanzdaten vorhanden. Bitte Base-Case-Szenario auswählen.' : 'No financial data available. Please select base-case scenario.'}
+{de ? 'Keine Finanzdaten verfügbar.' : 'No financial data available.'}
+ ) : ( ++ {de + ? 'Detailangaben & Belege. Was wir in der Pitch gesagt haben, mit Quellen, Zahlen und Architektur belegt.' + : 'Detail & evidence. Everything we claimed in the pitch, backed by sources, numbers and architecture.'} +
+ +