diff --git a/pitch-deck/components/slides/FinanzplanSlide.tsx b/pitch-deck/components/slides/FinanzplanSlide.tsx index a4a1771..4beb6e0 100644 --- a/pitch-deck/components/slides/FinanzplanSlide.tsx +++ b/pitch-deck/components/slides/FinanzplanSlide.tsx @@ -6,7 +6,7 @@ import { t } from '@/lib/i18n' import GradientText from '../ui/GradientText' import FadeInView from '../ui/FadeInView' import GlassCard from '../ui/GlassCard' -import { RefreshCw, Download, ChevronLeft, ChevronRight } from 'lucide-react' +import { RefreshCw, Download, ChevronLeft, ChevronRight, BarChart3, Target } from 'lucide-react' interface FinanzplanSlideProps { lang: Language @@ -140,6 +140,25 @@ export default function FinanzplanSlide({ lang }: FinanzplanSlideProps) { {s.rows > 0 && ({s.rows})} ))} + {/* KPIs + Grafiken Tabs */} + | + {[ + { id: 'kpis', label: 'KPIs', icon: Target }, + { id: 'charts', label: de ? 'Grafiken' : 'Charts', icon: BarChart3 }, + ].map(tab => ( + + ))}