'use client' import { useCallback } from 'react' import { Language, PitchData } from '@/lib/types' import { t, formatEur } from '@/lib/i18n' import GradientText from '../ui/GradientText' import FadeInView from '../ui/FadeInView' import GlassCard from '../ui/GlassCard' import { Download, Shield, Server, Brain, TrendingUp, FileText, Target, ScanLine, CheckCircle2, ClipboardCheck, GraduationCap, Cpu, Users, UserCheck, AlertTriangle } from 'lucide-react' interface ExecutiveSummarySlideProps { lang: Language data: PitchData } export default function ExecutiveSummarySlide({ lang, data }: ExecutiveSummarySlideProps) { const i = t(lang) const es = i.executiveSummary const de = lang === 'de' const funding = data.funding const amount = funding?.amount_eur || 0 const amountLabel = amount >= 1_000_000 ? `${(amount / 1_000_000).toFixed(1)} Mio. EUR` : `${(amount / 1_000).toFixed(0)}k EUR` const market = data.market || [] const tam = market.find(m => m.market_segment === 'TAM') const sam = market.find(m => m.market_segment === 'SAM') const som = market.find(m => m.market_segment === 'SOM') const handleDownloadPdf = useCallback(() => { const printWindow = window.open('', '_blank') if (!printWindow) return const tamVal = tam ? formatEur(tam.value_eur, lang) : '—' const samVal = sam ? formatEur(sam.value_eur, lang) : '—' const somVal = som ? formatEur(som.value_eur, lang) : '—' const teamHtml = data.team?.map(m => `
${m.name}${de ? m.role_de : m.role_en}
` ).join('') || '' const useOfFundsHtml = funding?.use_of_funds?.map(f => `
${de ? f.label_de : f.label_en}${f.percentage}%
` ).join('') || '' printWindow.document.write(` BreakPilot ComplAI — Executive Summary

BreakPilot COMPLAI

Onepager
Pre-Seed ${funding?.target_date ? 'Q' + Math.ceil((new Date(funding.target_date).getMonth() + 1) / 3) + ' ' + new Date(funding.target_date).getFullYear() : 'Q4 2026'}

${de ? 'BreakPilot COMPLAI ist eine DSGVO-konforme KI-Plattform, die kontinuierliches Sicherheitsscanning mit intelligenter Compliance-Automatisierung vereint. Wir helfen unseren Kunden, ihren Code abzusichern, Compliance skalierbar durchzusetzen und volle Datensouver\\u00e4nit\\u00e4t zu bewahren \\u2014 gest\\u00fctzt auf \\u00fcber 25.000 atomaren Sicherheitskontrollen f\\u00fcr einen l\\u00fcckenlosen Audit-Trail.' : 'BreakPilot COMPLAI is a GDPR-compliant AI platform that combines continuous security scanning with intelligent compliance automation. We help our customers secure their code, enforce compliance at scale and maintain full data sovereignty \\u2014 powered by over 25,000 atomic audit aspects for a complete audit trail.' }

${es.usp}: ${es.uspText}
${es.problem}
${es.problemText}
${es.solution}
${es.solutionText}
25.000+
${es.controls}
110
${es.regulations}
10
${es.industries}
500K+
${es.linesOfCode}
${amountLabel}
${es.theAsk}

${de ? 'Compliance Scanner' : 'Compliance Scanner'}

${de ? 'Kontinuierlicher KI-Sicherheitsagent' : 'Continuous AI Security Agent'}
  • SAST + DAST + SBOM ${de ? '\\u2014 Vollumf\\u00e4ngliche Sicherheitstests bei jeder Code-\\u00c4nderung' : '\\u2014 Full security testing on every code change'}
  • ${de ? 'KI-gest\\u00fctztes Pentesting' : 'AI-powered Pentesting'} ${de ? '\\u2014 Kontinuierlich statt einmal im Jahr' : '\\u2014 Continuous instead of once a year'}
  • CE-Software-Risikobeurteilung ${de ? '\\u2014 F\\u00fcr Maschinenverordnung und Produktsicherheit' : '\\u2014 For Machinery Regulation and product safety'}
  • Jira-Integration ${de ? '\\u2014 Findings als Tickets mit Implementierungsvorschl\\u00e4gen' : '\\u2014 Findings as tickets with implementation suggestions'}
  • Audit-Trail ${de ? '\\u2014 L\\u00fcckenloser Nachweis von Erkennung bis Behebung' : '\\u2014 Complete evidence from detection to remediation'}

${de ? 'ComplAI Plattform' : 'ComplAI Platform'}

${de ? 'Souver\\u00e4ne Compliance-Infrastruktur' : 'Sovereign Compliance Infrastructure'}
  • ${de ? 'Compliance-Dokumente' : 'Compliance Documents'} ${de ? '\\u2014 VVT, TOMs, DSFA, L\\u00f6schfristen automatisch' : '\\u2014 RoPA, TOMs, DPIA, retention automatically'}
  • Audit Manager ${de ? '\\u2014 Abweichungen End-to-End: Rollen, Stichtage, Eskalation' : '\\u2014 Deviations end-to-end: roles, deadlines, escalation'}
  • Compliance LLM ${de ? '\\u2014 GPT f\\u00fcr Text und Audio, sicher in der EU gehostet' : '\\u2014 GPT for text and audio, securely hosted in EU'}
  • Academy ${de ? '\\u2014 Online-Schulungen f\\u00fcr GF und Mitarbeiter' : '\\u2014 Online training for management and employees'}
  • ${de ? 'BSI-Cloud DE / OVH FR' : 'BSI Cloud DE / OVH FR'} ${de ? '\\u2014 Keine US-SaaS, Jitsi, Matrix, volle Integration' : '\\u2014 No US SaaS, Jitsi, Matrix, full integration'}
${de ? 'Roadmap' : 'Roadmap'}
${de ? 'Q4 2026: Launch' : 'Q4 2026: Launch'}
${de ? 'Gr\\u00fcndung, erste Pilotkunden, Cloud-Plattform live' : 'Founding, first pilot customers, cloud platform live'}
${de ? 'Q2 2027: Scale' : 'Q2 2027: Scale'}
${de ? 'Vertriebsteam, Messen, Marketing-Offensive' : 'Sales team, trade fairs, marketing push'}
${de ? 'Q4 2027: Enterprise' : 'Q4 2027: Enterprise'}
${de ? 'Enterprise-Kunden, Distributor-Partnerschaften' : 'Enterprise customers, distributor partnerships'}
${de ? 'Q3 2029: Break-Even' : 'Q3 2029: Break-Even'}
${de ? 'Profitabilit\\u00e4t, Series A Vorbereitung' : 'Profitability, Series A preparation'}
${de ? 'Gesch\\u00e4ftsmodell' : 'Business Model'}
  • SaaS Cloud ${de ? '\\u2014 BSI DE / OVH FR, mitarbeiterbasiert' : '\\u2014 BSI DE / OVH FR, employee-based'}
  • ${de ? 'Modular w\\u00e4hlbar' : 'Modular choice'} ${de ? '\\u2014 Einzelne Module oder Full Compliance' : '\\u2014 Single modules or full compliance'}
  • ${de ? 'ROI ab Tag 1' : 'ROI from day 1'} ${de ? '\\u2014 Kunde spart 50.000+ EUR/Jahr' : '\\u2014 Customer saves EUR 50,000+/year'}
${de ? 'Zielm\\u00e4rkte' : 'Target Markets'}
  • ${de ? 'Maschinenbau KMU' : 'Manufacturing SMEs'} ${de ? '\\u2014 10-500 MA, Eigenentwicklung' : '\\u2014 10-500 emp., own development'}
  • ${de ? 'Regulierte Branchen' : 'Regulated Industries'} ${de ? '\\u2014 Gesundheit, Finanzen, KRITIS' : '\\u2014 Healthcare, finance, critical infra'}
  • ${de ? 'EU-Datensouver\\u00e4nit\\u00e4t' : 'EU Data Sovereignty'} ${de ? '\\u2014 Unternehmen die US-SaaS ablehnen' : '\\u2014 Companies rejecting US SaaS'}
${de ? 'Gr\\u00fcnder' : 'Founders'}
${teamHtml}
${es.theAsk} \\u2014 ${amountLabel}
TAM${tamVal}
SAM${samVal}
SOM${somVal}
${useOfFundsHtml}
${de ? 'Hinweis / Haftungsausschluss' : 'Disclaimer'}
${de ? 'Dieses Dokument dient ausschlie\\u00dflich Informationszwecken und stellt weder ein Angebot zum Verkauf noch eine Aufforderung zum Kauf von Anteilen oder Wertpapieren dar. Die enthaltenen Informationen wurden vom Team Breakpilot (Gr\\u00fcnderteam, noch keine Gesellschaft gegr\\u00fcndet) nach bestem Wissen und Gewissen erstellt, k\\u00f6nnen jedoch unvollst\\u00e4ndig sein und jederzeit ohne vorherige Ank\\u00fcndigung ge\\u00e4ndert werden. Es wird keine ausdr\\u00fcckliche oder konkludente Gew\\u00e4hr f\\u00fcr die Richtigkeit, Vollst\\u00e4ndigkeit oder Aktualit\\u00e4t der Inhalte \\u00fcbernommen. Es besteht keine Verpflichtung zur Aktualisierung der enthaltenen Informationen. Dieses Dokument enth\\u00e4lt zukunftsgerichtete Aussagen, die auf aktuellen Annahmen und Erwartungen beruhen und mit erheblichen Risiken und Unsicherheiten verbunden sind. Die tats\\u00e4chlichen Ergebnisse k\\u00f6nnen wesentlich von den dargestellten abweichen. Eine Investitionsentscheidung sollte ausschlie\\u00dflich auf Grundlage weitergehender, rechtlich verbindlicher Unterlagen sowie unter Hinzuziehung eigener rechtlicher, steuerlicher und finanzieller Beratung getroffen werden. Soweit gesetzlich zul\\u00e4ssig, wird jede Haftung des Team Breakpilot sowie seiner Mitglieder f\\u00fcr etwaige Sch\\u00e4den, die direkt oder indirekt aus der Nutzung dieses Dokuments entstehen, ausgeschlossen. Dieses Dokument ist vertraulich und ausschlie\\u00dflich f\\u00fcr den vorgesehenen Empf\\u00e4nger bestimmt. Eine Weitergabe, Vervielf\\u00e4ltigung oder Ver\\u00f6ffentlichung ist ohne vorherige schriftliche Zustimmung nicht gestattet.' : 'This document is for informational purposes only and does not constitute an offer to sell or a solicitation to purchase shares or securities. The information contained herein was prepared by Team Breakpilot (founding team, no company incorporated yet) to the best of their knowledge, but may be incomplete and subject to change without prior notice. No express or implied warranty is given for the accuracy, completeness or timeliness of the content. This document contains forward-looking statements based on current assumptions and expectations that involve significant risks and uncertainties. Actual results may differ materially. Any investment decision should be based solely on further legally binding documents and with the advice of independent legal, tax and financial counsel. To the extent permitted by law, all liability of Team Breakpilot and its members for any damages arising directly or indirectly from the use of this document is excluded. This document is confidential and intended solely for the designated recipient. Distribution, reproduction or publication without prior written consent is prohibited.' }
`) printWindow.document.close() setTimeout(() => printWindow.print(), 300) }, [lang, data, es, funding, tam, sam, som, amountLabel, de]) // === SLIDE VIEW === return (

BreakPilot COMPLAI

Onepager

{/* Hero Description */}

{de ? <>BreakPilot COMPLAI ist eine DSGVO-konforme KI-Plattform, die kontinuierliches Sicherheitsscanning mit intelligenter Compliance-Automatisierung vereint. Wir helfen unseren Kunden, ihren Code abzusichern, Compliance skalierbar durchzusetzen und volle Datensouveränität zu bewahren — gestützt auf über 25.000 atomaren Prüfaspekten für einen lückenlosen Audit-Trail. : <>BreakPilot COMPLAI is a GDPR-compliant AI platform that combines continuous security scanning with intelligent compliance automation. We help our customers secure their code, enforce compliance at scale and maintain full data sovereignty — powered by over 25,000 atomic audit aspects for a complete audit trail. }

{/* USP Banner */}
{es.usp}

{de ? 'Die einzige Plattform, die kontinuierliche Code-Security, automatisierte Compliance-Dokumentation und CE-konforme Software-Risikobeurteilung in einem System vereint – vollständig betrieben auf europäischer Infrastruktur (Deutschland oder Frankreich).' : 'The only platform combining continuous code security, automated compliance documentation and CE-compliant software risk assessment in one system – fully operated on European infrastructure (Germany or France).' }

{de ? '100\u00a0% Datensouveränität ohne Abhängigkeit von US-Anbietern.' : '100% data sovereignty without dependence on US providers.'}

{/* Problem + Solution */}

{es.problem}

{de ? 'Unternehmen stehen vor einer unlösbaren Entscheidung:' : 'Companies face an impossible decision:'}

{(de ? [ 'Ohne KI verlieren sie ihre Wettbewerbsfähigkeit', 'Mit US-KI riskieren sie, die Kontrolle über ihre sensibelsten Daten zu verlieren', 'Neue EU-Regulierungen (AI Act, CRA, NIS2) zwingen über 30.000 Unternehmen in hochkomplexe Compliance-Prozesse', 'EU-Regulierung unterscheidet nicht zwischen kleinen und großen Unternehmen', 'Hohe Kosten für Pentests und Audits — Prüfungen nur einmal im Jahr', 'Das Ergebnis: Stillstand in einer Phase, in der Geschwindigkeit entscheidend ist', ] : [ 'Without AI they lose their competitiveness', 'With US AI they risk losing control over their most sensitive data', 'New EU regulations (AI Act, CRA, NIS2) force over 30,000 companies into complex compliance processes', 'EU regulation does not differentiate between small and large companies', 'High costs for pentests and audits — checks only once a year', 'The result: standstill in a phase where speed is decisive', ]).map((item, idx) => (

{item}

))}

{es.solution}

{de ? 'Breakpilot macht Compliance und Security kontinuierlich – nicht mehr punktuell.' : 'Breakpilot makes compliance and security continuous – no longer periodic.'}

{(de ? [ 'Jede Code-Änderung wird automatisch geprüft (SAST, DAST, SBOM, Pentesting)', 'VVT, TOMs, DSFA, Löschfristen und Pflichten entstehen in Echtzeit', 'CE-Software-Risikobeurteilung auf Code-Basis schon in der Entwicklung', 'Abweichungen vollständig orchestriert: Tickets, Nachweise, Eskalation an GF', 'Compliance GPT für komplexe Fragen', 'Gehostet in europäischer Infrastruktur (DE/FR) für maximale Datensouveränität', 'Ergebnis: audit-ready zu jedem Zeitpunkt', ] : [ 'Every code change is automatically checked (SAST, DAST, SBOM, pentesting)', 'RoPA, TOMs, DPIA, retention and obligations created in real-time', 'CE software risk assessment on code level already during development', 'Deviations fully orchestrated: tickets, evidence, escalation to management', 'Compliance GPT for complex questions', 'Hosted on European infrastructure (DE/FR) for maximum data sovereignty', 'Result: audit-ready at any time', ]).map((item, idx) => (

{item}

))}
{/* KPI Row — 6 Kacheln (ohne Finanzierung, mit Zeitersparnis + Pentest-Kosten) */}
{[ { value: '25.000+', label: es.controls, icon: Shield, color: '#6366f1' }, { value: '110', label: es.regulations, icon: Brain, color: '#60a5fa' }, { value: '10', label: es.industries, icon: Target, color: '#34d399' }, { value: '500K+', label: es.linesOfCode, icon: Cpu, color: '#fbbf24' }, { value: '80%', label: de ? 'Zeitersparnis bei\nCompliance-Prüfungen' : 'Time saved on\ncompliance checks', icon: TrendingUp, color: '#10b981' }, { value: '10x', label: de ? 'Günstiger als\nmanuelle Pentests' : 'Cheaper than\nmanual pentests', icon: Shield, color: '#f472b6' }, ].map((kpi, idx) => (

{kpi.value}

{kpi.label}

))}
{/* Product Cards — Scanner + Platform */}

Compliance Scanner

{de ? 'Kontinuierlicher KI-Sicherheitsagent' : 'Continuous AI Security Agent'}

{[ de ? 'SAST + DAST + SBOM — bei jeder Code-Änderung' : 'SAST + DAST + SBOM — on every code change', de ? 'KI-gestütztes Pentesting — kontinuierlich statt jährlich' : 'AI-powered pentesting — continuous not annual', de ? 'CE-Software-Risikobeurteilung für Maschinenverordnung' : 'CE software risk assessment for Machinery Regulation', de ? 'Integration in Kundenprozesse — Tickets mit Implementierungsvorschlägen' : 'Integration into customer processes — tickets with implementation suggestions', de ? 'Lückenloser Audit-Trail von Erkennung bis Behebung' : 'Complete audit trail from detection to remediation', ].map((item, idx) => (

{item}

))}

COMPLAI Plattform

{de ? 'Souveräne Compliance-Infrastruktur' : 'Sovereign Compliance Infrastructure'}

{[ de ? 'VVT, TOMs, DSFA, Löschfristen — automatisch generiert' : 'RoPA, TOMs, DPIA, retention — auto-generated', de ? 'Audit Manager — Abweichungen End-to-End mit Eskalation' : 'Audit Manager — deviations end-to-end with escalation', de ? 'Compliance LLM — GPT für Text und Audio, EU-gehostet' : 'Compliance LLM — GPT for text and audio, EU-hosted', de ? 'Academy — Online-Schulungen für GF und Mitarbeiter' : 'Academy — online training for management and employees', de ? 'BSI-Cloud DE / OVH FR' : 'BSI Cloud DE / OVH FR', ].map((item, idx) => (

{item}

))}
{/* Go-to-Market Roadmap (3 Phasen) */}

{de ? 'Go-to-Market Roadmap' : 'Go-to-Market Roadmap'}

{[ { title: de ? 'Phase 1: Pilot (Jul/Aug 2026)' : 'Phase 1: Pilot (Jul/Aug 2026)', color: 'bg-indigo-500/10 border-indigo-500/20', textColor: 'text-indigo-300', items: de ? ['Gründung GmbH', 'Direktvertrieb an Maschinen- und Anlagenbauer', 'Persönliches Onboarding, White-Glove-Service', 'Case Studies und Referenzkunden'] : ['Company founding', 'Direct sales to machine manufacturers', 'Personal onboarding, white-glove service', 'Case studies and reference customers'] }, { title: de ? 'Phase 2: Skalierung (2027)' : 'Phase 2: Scale (2027)', color: 'bg-purple-500/10 border-purple-500/20', textColor: 'text-purple-300', items: de ? ['Channel-Partnerschaften mit IT-Systemhäusern', 'IHK-Kooperationen, Messen', 'Content Marketing, Compliance-Webinare', '50-200 Kunden in regulierten Branchen'] : ['Channel partnerships with IT integrators', 'Chamber of Commerce, trade fairs', 'Content marketing, compliance webinars', '50-200 customers in regulated industries'] }, { title: de ? 'Phase 3: Expansion (2028+)' : 'Phase 3: Expansion (2028+)', color: 'bg-emerald-500/10 border-emerald-500/20', textColor: 'text-emerald-300', items: de ? ['Enterprise-Kunden (50-500 MA)', 'EU-Expansion: AT, CH, Benelux', 'Distributor-Partnerschaften', 'Break-Even Q3/2029'] : ['Enterprise customers (50-500 emp.)', 'EU expansion: AT, CH, Benelux', 'Distributor partnerships', 'Break-even Q3/2029'] }, ].map((phase, idx) => (

{phase.title}

{phase.items.map((item, i) => (

{item}

))}
))}
{/* 8 Module — gleiche Optik wie Folie 7 */}

{de ? 'Modularer Baukasten' : 'Modular Toolkit'}

{[ { name: 'Code Security', desc: de ? 'SAST, DAST, SBOM, Pentesting' : 'SAST, DAST, SBOM, pentesting', color: '#ef4444', icon: ScanLine }, { name: de ? 'CE-SW-Risiko' : 'CE SW Risk', desc: de ? 'CE-Kennzeichnung' : 'CE marking', color: '#f97316', icon: Shield }, { name: de ? 'Compliance Docs' : 'Compliance Docs', desc: de ? 'VVT, DSFA, TOMs' : 'RoPA, DPIA, TOMs', color: '#6366f1', icon: FileText }, { name: 'Audit Manager', desc: de ? 'Abweichungen, Nachweise' : 'Deviations, evidence', color: '#10b981', icon: CheckCircle2 }, { name: de ? 'DSR / Betroffene' : 'DSR / Data Subj.', desc: de ? 'Auskunft, Löschung' : 'Access, erasure', color: '#06b6d4', icon: Users }, { name: 'Consent', desc: de ? 'Einwilligungen' : 'Consent mgmt', color: '#14b8a6', icon: UserCheck }, { name: de ? 'Notfallpläne' : 'Incident Resp.', desc: de ? 'Vorfälle, Meldung' : 'Breaches, reporting', color: '#f59e0b', icon: AlertTriangle }, { name: 'Compliance LLM', desc: de ? 'GPT Text + Audio' : 'GPT text + audio', color: '#a855f7', icon: Brain }, { name: 'Cookie-Generator', desc: de ? 'Cookie-Banner' : 'Cookie banner', color: '#8b5cf6', icon: Shield }, { name: 'Academy', desc: de ? 'Schulungen' : 'Training', color: '#ec4899', icon: GraduationCap }, { name: de ? 'Integration' : 'Integration', desc: de ? 'Ticketsysteme' : 'Ticket systems', color: '#0ea5e9', icon: Cpu }, { name: de ? 'Kommunikation' : 'Communication', desc: de ? 'Chat + Video + AI' : 'Chat + video + AI', color: '#22c55e', icon: Server }, ].map((mod, idx) => { const Icon = mod.icon return (

{mod.name}

{mod.desc}

) })}
{/* 3-Spalten Layout: schmal | mittel-breit | schmal */}
{/* Linke Spalte: Zielmärkte + Markt — Höhe an Mitte angepasst */}

{de ? 'Zielmärkte' : 'Target Markets'}

{(de ? [ 'Maschinen- & Anlagenbau', 'Automobilindustrie', 'Zulieferindustrie', 'Produzierende Unternehmen', ] : [ 'Machine & Plant Manufacturing', 'Automotive Industry', 'Supplier Industry', 'Manufacturing Companies', ]).map((item, idx) => (

{item}

))}

{de ? 'Markt' : 'Market'}

TAM{tam ? formatEur(tam.value_eur, lang) : '—'}
SAM{sam ? formatEur(sam.value_eur, lang) : '—'}
SOM{som ? formatEur(som.value_eur, lang) : '—'} *

* {de ? 'nur Anlagen- und Maschinenbau' : 'machine & plant manufacturing only'}

{/* Mittlere Spalte: Unternehmensentwicklung + Wettbewerber */}

{de ? 'Unternehmensentwicklung' : 'Company Growth'}

{de ? 'Jahr' : 'Year'}MA{de ? 'Kunden' : 'Customers'}ARR
{[ { year: '2026', emp: '5', cust: '~14', arr: de ? '~73k EUR' : '~EUR 73k' }, { year: '2027', emp: '10', cust: '~117', arr: de ? '~1,0 Mio. EUR' : '~EUR 1.0M' }, { year: '2028', emp: '17', cust: '~370', arr: de ? '~3,2 Mio. EUR' : '~EUR 3.2M' }, { year: '2029', emp: '25', cust: '~726', arr: de ? '~6,2 Mio. EUR' : '~EUR 6.2M' }, { year: '2030', emp: '35', cust: '~1.200', arr: de ? '~10,0 Mio. EUR' : '~EUR 10.0M' }, ].map((r, idx) => (
{r.year} {r.emp} {r.cust} = 3 ? 'text-emerald-300 font-bold' : 'text-white/70'}`}>{r.arr}
))}

{de ? 'Wettbewerber' : 'Competitors'}

{de ? 'Gegr.' : 'Est.'}MA{de ? 'Kunden' : 'Cust.'}ARRInvest
{[ { name: 'Vanta', flag: '🇺🇸', year: '2018', emp: '500+', cust: '8.000+', rev: '$220M', invest: '$504M' }, { name: 'Drata', flag: '🇺🇸', year: '2020', emp: '500+', cust: '5.000+', rev: '$100M', invest: '$328M' }, { name: 'Sprinto', flag: '🇮🇳', year: '2020', emp: '345', cust: '2.000+', rev: '$38M', invest: '$32M' }, { name: 'Delve', flag: '🇺🇸', year: '2024', emp: '24', cust: '—', rev: '$2,6M', invest: '$35M' }, { name: 'DataGuard', flag: '🇩🇪', year: '2017', emp: '400+', cust: '4.000+', rev: '€20-30M', invest: '€65M' }, { name: 'Proliance', flag: '🇩🇪', year: '2017', emp: '100+', cust: '2.500+', rev: '€5-10M', invest: 'k.A.' }, { name: 'heyData', flag: '🇩🇪', year: '2019', emp: '80+', cust: '2.000+', rev: '€3-10M', invest: '€18M' }, ].map((c, idx) => (
{c.flag} {c.name} {c.year} {c.emp} {c.cust} {c.rev} {c.invest}
))}
{/* Rechte Spalte: Pricing + Kundenersparnis — Höhe an Mitte angepasst */}

{de ? 'Pricing' : 'Pricing'}

{[ { tier: 'Startup', price: de ? 'ab 3.600€/J.' : 'from €3,600/yr' }, { tier: '10–50 MA', price: de ? 'ab 15.000€/J.' : 'from €15k/yr' }, { tier: '50–250 MA', price: de ? 'ab 30.000€/J.' : 'from €30k/yr' }, { tier: '250+ MA', price: de ? 'ab 40.000€/J.' : 'from €40k/yr', highlight: true }, ].map((t, idx) => (
{t.tier} {t.price}
))}

{de ? 'Kundenersparnis' : 'Customer Savings'}

Pentests30k
CE-Beurt.20k
Audit Mgr.60k+
{de ? 'pro Jahr' : '/year'}50-110k
{/* Disclaimer */}

{de ? 'Hinweis / Haftungsausschluss' : 'Disclaimer'}

{de ? 'Dieses Dokument dient ausschliesslich Informationszwecken und stellt weder ein Angebot zum Verkauf noch eine Aufforderung zum Kauf von Anteilen oder Wertpapieren dar. Die enthaltenen Informationen wurden vom Team Breakpilot (Gruenderteam, noch keine Gesellschaft gegruendet) nach bestem Wissen und Gewissen erstellt, koennen jedoch unvollstaendig sein und jederzeit ohne vorherige Ankuendigung geaendert werden. Es wird keine ausdrueckliche oder konkludente Gewaehr fuer die Richtigkeit, Vollstaendigkeit oder Aktualitaet der Inhalte uebernommen. Dieses Dokument enthaelt zukunftsgerichtete Aussagen, die auf aktuellen Annahmen und Erwartungen beruhen und mit erheblichen Risiken und Unsicherheiten verbunden sind. Die tatsaechlichen Ergebnisse koennen wesentlich von den dargestellten abweichen. Eine Investitionsentscheidung sollte ausschliesslich auf Grundlage weitergehender, rechtlich verbindlicher Unterlagen sowie unter Hinzuziehung eigener rechtlicher, steuerlicher und finanzieller Beratung getroffen werden. Soweit gesetzlich zulaessig, wird jede Haftung des Team Breakpilot sowie seiner Mitglieder fuer etwaige Schaeden, die direkt oder indirekt aus der Nutzung dieses Dokuments entstehen, ausgeschlossen. Dieses Dokument ist vertraulich und ausschliesslich fuer den vorgesehenen Empfaenger bestimmt. Eine Weitergabe, Vervielfaeltigung oder Veroeffentlichung ist ohne vorherige schriftliche Zustimmung nicht gestattet.' : 'This document is for informational purposes only and does not constitute an offer to sell or a solicitation to purchase shares or securities. The information contained herein was prepared by Team Breakpilot (founding team, no company incorporated yet) to the best of their knowledge, but may be incomplete and subject to change without prior notice. No express or implied warranty is given for the accuracy, completeness or timeliness of the content. This document contains forward-looking statements based on current assumptions and expectations that involve significant risks and uncertainties. Actual results may differ materially. Any investment decision should be based solely on further legally binding documents and with the advice of independent legal, tax and financial counsel. To the extent permitted by law, all liability of Team Breakpilot and its members for any damages arising directly or indirectly from the use of this document is excluded. This document is confidential and intended solely for the designated recipient. Distribution, reproduction or publication without prior written consent is prohibited.' }

{/* PDF Download Button */}
) }