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', },