feat(pitch-deck): add USP slide + update cover and problem texts
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 30s
CI / test-python-voice (push) Successful in 29s
CI / test-bqas (push) Successful in 28s

- Cover: remove "für den Maschinenbau" from tagline
- Problem subtitle: Maschinenbauer → Deutsche und europäische Unternehmen
- New USP slide after Solution: bridge between compliance docs/audits
  and actual code implementation — RFQ verification, bidirectional sync,
  automated process compliance, continuous instead of annual checks

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-04-15 12:44:32 +02:00
parent c8171b0a1e
commit b5d8f9aed3
5 changed files with 175 additions and 4 deletions

View File

@@ -63,13 +63,13 @@ const translations = {
uspText: 'Einzige Plattform mit kontinuierlicher Code-Security, automatischer Compliance-Dokumentation und CE-Software-Risikobeurteilung — auf deutscher oder französischer Cloud.',
},
cover: {
tagline: 'Compliance & Code-Security für den Maschinenbau',
tagline: 'Compliance & Code-Security',
subtitle: 'Pre-Seed · Q4 2026',
cta: 'Pitch starten',
},
problem: {
title: 'Das Problem',
subtitle: 'Maschinenbauer wollen KI nutzen — aber nicht um den Preis ihrer Datensouveränität',
subtitle: 'Deutsche und europäische Unternehmen wollen KI nutzen — aber nicht um den Preis ihrer Datensouveränität',
cards: [
{
title: 'KI-Dilemma',
@@ -358,13 +358,13 @@ const translations = {
uspText: 'Only platform with continuous code security, automatic compliance documentation and CE software risk assessment — on German or French cloud.',
},
cover: {
tagline: 'Compliance & Code Security for Machine Manufacturers',
tagline: 'Compliance & Code Security',
subtitle: 'Pre-Seed · Q4 2026',
cta: 'Start Pitch',
},
problem: {
title: 'The Problem',
subtitle: 'Machine manufacturers want AI — but not at the cost of their data sovereignty',
subtitle: 'German and European companies want AI — but not at the cost of their data sovereignty',
cards: [
{
title: 'AI Dilemma',

View File

@@ -6,6 +6,7 @@ export const SLIDE_ORDER: SlideId[] = [
'cover',
'problem',
'solution',
'usp',
'regulatory-landscape',
'product',
'how-it-works',

View File

@@ -227,6 +227,7 @@ export type SlideId =
| 'cover'
| 'problem'
| 'solution'
| 'usp'
| 'regulatory-landscape'
| 'product'
| 'how-it-works'