feat: KPIs + Grafiken Reiter im Finanzplan + ROI korrigiert

KPIs Tab: 15 Kennzahlen pro Jahr (2026-2030)
  MRR, ARR, Kunden, ARPU, Mitarbeiter, Umsatz/MA, Personalkosten,
  EBIT, EBIT-Marge, Steuern, Jahresüberschuss, Serverkosten/Kunde,
  Bruttomarge, Burn Rate, Runway

Grafiken Tab:
  - MRR & Kundenentwicklung (Balkendiagramm, 5 Jahre)
  - EBIT (Rot/Grün je nach Verlust/Gewinn)
  - Personalaufbau (Balkendiagramm 5→35)

ROI korrigiert (Ersparnis ÷ Preis):
  KMU: 3,5x, Mittelstand: 7,5x, Konzern: 20,8x

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-28 23:17:31 +01:00
parent 159d07efd5
commit 1b5c2a156c
2 changed files with 185 additions and 8 deletions

View File

@@ -32,7 +32,7 @@ export default function SavingsSlide({ lang }: SavingsSlideProps) {
totalWithout: '97.750',
totalWith: '44.530',
totalSave: '53.220',
roi: '9,1x',
roi: '3,5x',
},
{
icon: Factory,
@@ -52,7 +52,7 @@ export default function SavingsSlide({ lang }: SavingsSlideProps) {
totalWithout: '419.500',
totalWith: '193.880',
totalSave: '225.620',
roi: '12,6x',
roi: '7,5x',
},
{
icon: Building,
@@ -72,7 +72,7 @@ export default function SavingsSlide({ lang }: SavingsSlideProps) {
totalWithout: '2.113.500',
totalWith: '1.074.080',
totalSave: '1.039.420',
roi: '17,4x',
roi: '20,8x',
},
]