From 786993d8ca838f4c899fcf74f28ec509a461e0b6 Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Thu, 16 Apr 2026 00:05:42 +0200 Subject: [PATCH] feat(pitch-deck): add BAFA INVEST program info to The Ask slide - 15% tax-free acquisition grant (corrected from 25%) - 25% exit grant on capital gains - Up to 40% effective support (entry + exit combined) - Program extended until 31.12.2026 - Disclaimer to verify current terms at bafa.de Co-Authored-By: Claude Opus 4.6 (1M context) --- pitch-deck/components/slides/TheAskSlide.tsx | 25 ++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/pitch-deck/components/slides/TheAskSlide.tsx b/pitch-deck/components/slides/TheAskSlide.tsx index 944e5bb..4a78490 100644 --- a/pitch-deck/components/slides/TheAskSlide.tsx +++ b/pitch-deck/components/slides/TheAskSlide.tsx @@ -148,6 +148,31 @@ export default function TheAskSlide({ lang, funding }: TheAskSlideProps) { + + {/* INVEST Program Hint */} + +
+
+ 🏛️ +
+

+ {de ? 'BAFA INVEST — Zuschuss für Wagniskapital' : 'BAFA INVEST — Venture Capital Grant'} +

+

+ {de + ? 'Investoren erhalten über das BAFA INVEST-Programm bis zu 15% steuerfreien Erwerbszuschuss auf ihr Investment (max. 50.000 EUR pro Einzelinvestment) sowie zusätzlich 25% Exit-Zuschuss auf Veräußerungsgewinne. Effektive Förderung: bis zu 40% (Entry + Exit kombiniert). Voraussetzung: natürliche Person, Mindesthaltedauer 3 Jahre.' + : 'Investors receive up to 15% tax-free acquisition grant on their investment through the BAFA INVEST program (max. EUR 50,000 per single investment) plus an additional 25% exit grant on capital gains. Effective support: up to 40% (entry + exit combined). Requirements: natural person, 3-year minimum holding period.'} +

+

+ {de + ? '* Programm verlängert bis 31.12.2026. Aktuelle Konditionen auf bafa.de prüfen.' + : '* Program extended until 31.12.2026. Verify current terms at bafa.de.'} +

+
+
+
+
+ )