911697bab4
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 35s
CI / test-python-voice (push) Successful in 33s
CI / test-bqas (push) Successful in 35s
Marketing-Website - Neue SavingsSection auf Homepage: "Compliance entdeckt sechsstellige Einsparungen". Pitch-Position der Cookie-Audit-Cost-Optimization-Story fuer DAX-Konzern-Sales (BMW-Case-Style: 90 Vendors -> 25 nach Konsolidierung, EUR 500k-3M / Jahr). - /savings-scan: Kostenloser 5-Min-Saving-Scan-Form (URL + E-Mail). Form-Submit ist Placeholder, soll an Compliance-Backend gehaengt werden. - /savings-methodik: 4-Stufen-Erklaerung der Cookie-Tier-Inferenz + ehrliche Caveats (Listpreise != Vertragspreise, Media-Spend nicht enthalten) + Datenquellen. - Content-de + Content-en in content.ts beide um savings-Block ergaenzt und Section-Numerierung angepasst (03=Savings, 04=Deterministic). - LOC-Split: savings-Inhalte (DE+EN, ~100 LOC) in content.savings.ts ausgelagert damit content.ts unter 500-LOC-Hard-Cap bleibt. Control-Pipeline - LESSONS-LEARNED-mc-check-types.md fuer die parallele CRA-MC-Generation. Erklaert die TEXT/PROCESS/REVIEW-Klassifikation die im Compliance-Repo retrofitted wurde. Verhindert dass CRA-MCs denselben Defekt bekommen. Mapping-Heuristik fuer verification_method -> check_type, plus Backfill-Workflow fuer ~62 ambiguous Eintraege. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
99 lines
4.0 KiB
TypeScript
99 lines
4.0 KiB
TypeScript
/**
|
||
* 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',
|
||
}
|