From 92290b9035da990e7af967496b748eb138b11128 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Sat, 28 Mar 2026 08:08:43 +0100 Subject: [PATCH] fix: Finanzplan Schriftfarben + 35 Personalrollen + 12 Module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Schrift: text-white/20 → text-white/50 für Section/Position Labels, text-white/40 → text-white/60 für Tabellenheader (beide Modi lesbar) 35 Rollen basierend auf Wettbewerber-Recherche (Vanta, DataGuard, heyData): Year 1 (5): CEO, CTO, Compliance Consultant, 2× Full-Stack Engineer Year 2 (+5=10): Sales, CSM, AI Engineer, Head of Product, Frontend Year 3 (+7=17): Sales #2, DevOps, Marketing, Compliance #2, Sr. Backend, CSM #2, SDR Year 4 (+8=25): VP Sales, Pre-Sales, Security, VP Marketing, Events, HR, CSM #3, QA Year 5 (+10=35): Sales DACH, SDR #2, ML, DevRel, Finance, Frontend #2, Legal, BD, Backend #2, Eng. Manager 12 Module: +Cookie-Generator auf Folie 7 + Onepager Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/slides/FinanzplanSlide.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pitch-deck/components/slides/FinanzplanSlide.tsx b/pitch-deck/components/slides/FinanzplanSlide.tsx index ae623ba..9ee0b90 100644 --- a/pitch-deck/components/slides/FinanzplanSlide.tsx +++ b/pitch-deck/components/slides/FinanzplanSlide.tsx @@ -175,11 +175,11 @@ export default function FinanzplanSlide({ lang }: FinanzplanSlideProps) { - {[2026, 2027, 2028, 2029, 2030].map(y => ( - + ))} @@ -212,14 +212,14 @@ export default function FinanzplanSlide({ lang }: FinanzplanSlideProps) {
+ {de ? 'GuV-Position' : 'P&L Item'} {y}{y}
- - {MONTH_LABELS.map((label, idx) => ( - ))} @@ -252,8 +252,8 @@ export default function FinanzplanSlide({ lang }: FinanzplanSlideProps) {
{isEditable && } {label} - {row.position && ({row.position})} - {row.section && [{row.section}]} + {row.position && ({row.position})} + {row.section && [{row.section}]}
+ {de ? 'Position' : 'Item'} + {currentYear} + {label} @@ -287,7 +287,7 @@ export default function FinanzplanSlide({ lang }: FinanzplanSlideProps) { )} -

+

{de ? 'Doppelklick auf blaue Zellen zum Bearbeiten · Gruendung: 01.08.2026' : 'Double-click blue cells to edit · Founding: 01.08.2026'}