feat(pitch-deck): MOAT card on USP, 12% scale milestones, fix 320→380+
All checks were successful
Build pitch-deck / build-push-deploy (push) Successful in 1m16s
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 34s
CI / test-python-voice (push) Successful in 32s
CI / test-bqas (push) Successful in 30s

- USP: killer quote → amber/orange MOAT card, tighter spacing
- Milestones: 12% scale-up matching USP slide
- Regulatory Landscape: 320→380+ in KPI card + subtitle (DE+EN)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-21 22:29:16 +02:00
parent e97c03587d
commit 798c2c4373
4 changed files with 34 additions and 22 deletions

View File

@@ -779,8 +779,8 @@ export default function MilestonesSlide({ lang }: MilestonesSlideProps) {
<div>
<style>{CSS_KF}</style>
<FadeInView className="text-center mb-4">
<h2 className="text-4xl md:text-5xl font-bold mb-2">
<FadeInView className="text-center mb-1">
<h2 className="text-5xl md:text-6xl font-bold">
<GradientText>{de ? 'Meilensteine' : 'Milestones'}</GradientText>
</h2>
</FadeInView>
@@ -794,6 +794,9 @@ export default function MilestonesSlide({ lang }: MilestonesSlideProps) {
height: INNER_H * scale,
overflow: 'hidden',
borderRadius: 16,
transform: 'scale(1.12)',
transformOrigin: 'top center',
marginBottom: -40,
}}
>
<div style={{