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
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:
@@ -23,7 +23,7 @@ const KEY_REGULATIONS = [
|
||||
]
|
||||
|
||||
// 10 real VDMA/VDA/BDI industry sectors with regulation applicability
|
||||
// Based on rag-documents.json: 244 horizontal + 65 sector-specific = 320 total
|
||||
// 380+ documents in RAG pipeline (EU + DACH regulations, standards, rulings)
|
||||
const INDUSTRIES: { id: string; de: string; en: string; regs: string[]; totalDocs: number }[] = [
|
||||
{
|
||||
id: 'automotive',
|
||||
@@ -113,7 +113,7 @@ export default function RegulatoryLandscapeSlide({ lang }: RegulatoryLandscapeSl
|
||||
|
||||
{/* KPI Row */}
|
||||
<div className="grid grid-cols-4 gap-3 mb-5">
|
||||
<KPICard label={de ? 'Gesetze & Dokumente im RAG' : 'Laws & Documents in RAG'} value={320} color="#6366f1" delay={0.1} />
|
||||
<KPICard label={de ? 'Gesetze & Dokumente im RAG' : 'Laws & Documents in RAG'} value="380+" color="#6366f1" delay={0.1} />
|
||||
<KPICard label={de ? 'Gelten für alle Branchen' : 'Apply to All Industries'} value={244} color="#a78bfa" delay={0.2} />
|
||||
<KPICard label={de ? 'Branchenspezifische Gesetze' : 'Industry-specific Laws'} value={65} color="#f97316" delay={0.3} />
|
||||
<KPICard label={de ? 'Abgedeckte Branchen' : 'Covered Industries'} value={10} color="#34d399" delay={0.4} />
|
||||
|
||||
Reference in New Issue
Block a user