/** * Savings-Section content (DE + EN) — ausgelagert aus content.ts, * damit content.ts unter dem 500-LOC-Hard-Cap bleibt. */ export const savingsDE = { tag: '03 / NEBENEFFEKT: COST-OPTIMIZATION', title: 'Compliance entdeckt', titleHighlight: 'sechsstellige Einsparungen.', subtitle: 'Beim Cookie-Audit identifizieren wir Anbieter, die das Gleiche tun. ' + 'Pro Anbieter eine Kosten-Schaetzung auf Basis von Tier-Inferenz ' + '(Cookie-Anzahl, Premium-Feature-Detection, Drittanbieter-Quote).', promise: 'Software bezahlt sich beim ERSTEN Scan.', caseStudy: { label: 'CASE-STUDY: DAX-Automotive-Konzern', headline: '90 Cookie-Anbieter → 25 nach Konsolidierung', bullets: [ '5 Web-Analytics-Tools (Adobe Analytics, Content Square, Dynatrace, …) → 1 Matomo Pro', '10 Retargeting-Pixel (Criteo, Adform, Outbrain, Taboola, Meta, …) → 3 Kern-Kanaele', '5 CDN/Speed-Tools (Akamai, AWS, Baqend, Speedkit, SpeedCurve) → IONOS Cloud + Bunny', ], saving: '€500k–€3M / Jahr', side: 'Plus 100% DSGVO-Konformitaet ohne Schrems-II-Risiko', }, pillars: [ { title: 'Tier-Inferenz aus Cookie-Footprint', description: '>30 Cookies = Enterprise. Premium-Feature-Cookies (s_target_qa, _ab_test, ' + 'aam_uuid) markieren Add-on-Module. Drittanbieter-Quote + Lebensdauer ' + 'verraten Tracking-Intensitaet.', }, { title: 'Konsolidierungs-Vorschlaege', description: 'Pro Funktions-Kategorie (Analytics, Werbung, CDN, …) ein konkreter ' + 'EU-Ersatz inkl. Listpreis. Multi-Funktions-Tools (SAP CX, Matomo Pro, ' + 'IONOS Cloud) ersetzen mehrere Anbieter gleichzeitig.', }, { title: 'Ehrliche Caveats', description: 'Bekannte Gruende fuer Mehrfach-Einsatz (Saisonal, A/B-Test, Regional) ' + 'werden explizit aufgefuehrt — kein Pseudo-Saving. Konzern-Konditionen ' + 'liegen ueblicherweise 30-50% unter Listpreis (transparent ausgewiesen).', }, ], cta: 'Kostenlosen 5-Min-Saving-Scan starten', ctaSecondary: 'Methodik ansehen', } export const savingsEN = { tag: '03 / SIDE EFFECT: COST OPTIMIZATION', title: 'Compliance reveals', titleHighlight: 'six-figure savings.', subtitle: 'During the cookie audit we identify vendors that do the same thing. ' + 'Per vendor we infer the pricing tier from cookie footprint (count, ' + 'premium-feature detection, third-party ratio).', promise: 'The software pays for itself with the FIRST scan.', caseStudy: { label: 'CASE STUDY: DAX automotive group', headline: '90 cookie vendors → 25 after consolidation', bullets: [ '5 Web-Analytics tools (Adobe Analytics, Content Square, Dynatrace, …) → 1 Matomo Pro', '10 retargeting pixels (Criteo, Adform, Outbrain, Taboola, Meta, …) → 3 core channels', '5 CDN/Speed tools (Akamai, AWS, Baqend, Speedkit, SpeedCurve) → IONOS Cloud + Bunny', ], saving: '€500k–€3M / year', side: 'Plus 100% GDPR-compliant without Schrems II risk', }, pillars: [ { title: 'Tier inference from cookie footprint', description: '>30 cookies = enterprise. Premium-feature cookies (s_target_qa, _ab_test, ' + 'aam_uuid) mark add-on modules. Third-party share + lifetime reveal ' + 'tracking intensity.', }, { title: 'Consolidation suggestions', description: 'Per functional category (analytics, advertising, CDN, …) a concrete ' + 'EU substitute incl. list price. Multi-function tools (SAP CX, Matomo Pro, ' + 'IONOS Cloud) replace multiple vendors at once.', }, { title: 'Honest caveats', description: 'Known reasons for multi-vendor use (seasonal, A/B testing, regional) ' + 'are stated explicitly — no pseudo-savings. Group discounts typically ' + '30–50% below list price (transparently disclosed).', }, ], cta: 'Run the free 5-min savings scan', ctaSecondary: 'See the methodology', }