From 7523f474683735e49f1e302d1d2774d18027184a Mon Sep 17 00:00:00 2001 From: Benjamin Admin Date: Wed, 15 Apr 2026 23:26:26 +0200 Subject: [PATCH] =?UTF-8?q?fix(pitch-deck):=20engineering=20slide=20?= =?UTF-8?q?=E2=80=94=20sync=20numbers=20with=20real=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 481K LoC → 960K+ (actual count across 3 repos) - 10 Services → 320 Dokumente im RAG (aligned with Slide 7) - 48+ SDK-Module → 70K+ Compliance Controls (from DB) - 5 Infra → 12 Produkt-Module (aligned with Slide 8) Co-Authored-By: Claude Opus 4.6 (1M context) --- .../components/slides/EngineeringSlide.tsx | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pitch-deck/components/slides/EngineeringSlide.tsx b/pitch-deck/components/slides/EngineeringSlide.tsx index 6d0f27a..73f8cd5 100644 --- a/pitch-deck/components/slides/EngineeringSlide.tsx +++ b/pitch-deck/components/slides/EngineeringSlide.tsx @@ -30,30 +30,30 @@ export default function EngineeringSlide({ lang }: EngineeringSlideProps) { const heroStats = [ { - value: '481K', + value: '960K+', label: de ? 'Zeilen Code' : 'Lines of Code', sub: 'Go · Python · TypeScript', color: 'text-indigo-400', borderColor: 'border-indigo-500/30', }, { - value: '10', - label: de ? 'Services' : 'Services', - sub: de ? 'orca → Hetzner (amd64)' : 'orca → Hetzner (amd64)', + value: '320', + label: de ? 'Dokumente im RAG' : 'Documents in RAG', + sub: de ? 'EU · DACH · Frameworks · Urteile' : 'EU · DACH · Frameworks · Rulings', color: 'text-emerald-400', borderColor: 'border-emerald-500/30', }, { - value: '48+', - label: de ? 'SDK-Module' : 'SDK Modules', - sub: de ? 'DSGVO · AI Act · NIS2 · CRA' : 'GDPR · AI Act · NIS2 · CRA', + value: '70K+', + label: de ? 'Compliance Controls' : 'Compliance Controls', + sub: de ? '6 Pipeline-Versionen' : '6 pipeline versions', color: 'text-purple-400', borderColor: 'border-purple-500/30', }, { - value: '5', - label: de ? 'Infra-Komponenten' : 'Infra Components', - sub: 'orca (Rust) · infisical · pg · qdrant', + value: '12', + label: de ? 'Produkt-Module' : 'Product Modules', + sub: de ? 'Security · Compliance · KI' : 'Security · Compliance · AI', color: 'text-amber-400', borderColor: 'border-amber-500/30', },