feat(pitch-deck): add subtitles to USP + Milestones, EUR hint, re-secure
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m8s
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-consent (push) Successful in 29s
CI / test-python-voice (push) Successful in 30s
CI / test-bqas (push) Successful in 29s

- USP: "Compliance und Code — in einer Plattform, immer synchron"
- Milestones: "Von der Idee zur GmbH — was wir bereits erreicht haben"
- Finanzplan subtitle: "Alle Werte in EUR"
- 2. Finanzierungsrunde (optional)
- Re-secure fp-patch

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-21 23:38:51 +02:00
parent 8442ac82f1
commit 56da89fb0e
4 changed files with 22 additions and 8 deletions

View File

@@ -780,9 +780,12 @@ export default function MilestonesSlide({ lang }: MilestonesSlideProps) {
<style>{CSS_KF}</style>
<FadeInView className="text-center mb-1">
<h2 className="text-5xl md:text-6xl font-bold">
<h2 className="text-5xl md:text-6xl font-bold mb-1">
<GradientText>{de ? 'Meilensteine' : 'Milestones'}</GradientText>
</h2>
<p className="text-lg text-white/50 max-w-2xl mx-auto">
{de ? 'Von der Idee zur GmbH — was wir bereits erreicht haben' : 'From idea to GmbH — what we have already achieved'}
</p>
</FadeInView>
<FadeInView delay={0.1}>

View File

@@ -631,9 +631,12 @@ export default function USPSlide({ lang }: USPSlideProps) {
<style>{CSS_KF}</style>
<FadeInView className="text-center mb-1">
<h2 className="text-5xl md:text-6xl font-bold">
<h2 className="text-5xl md:text-6xl font-bold mb-1">
<GradientText>USP</GradientText>
</h2>
<p className="text-lg text-white/50 max-w-2xl mx-auto">
{de ? 'Compliance und Code — in einer Plattform, immer synchron' : 'Compliance and code — one platform, always in sync'}
</p>
</FadeInView>
<FadeInView delay={0.1}>