From c308045cbff2f93d6d0af0713f8419699bea99f5 Mon Sep 17 00:00:00 2001 From: Maaxxs <61059039+MaaxxsDev@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:28:35 +0200 Subject: [PATCH] Drop the fixed printer count from the stats stat, keep it evergreen Co-Authored-By: Claude Sonnet 5 --- hifi-src/src/i18n/de.js | 2 +- hifi-src/src/i18n/en.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hifi-src/src/i18n/de.js b/hifi-src/src/i18n/de.js index 9713755..60b8082 100644 --- a/hifi-src/src/i18n/de.js +++ b/hifi-src/src/i18n/de.js @@ -71,7 +71,7 @@ export default { heroSubtitle: 'Dein Car-Hifi Spezialist für individuelle Sound-Umbauten. Wähle dein Fahrzeug, entdecke passende Pakete und frag unverbindlich an – wir kümmern uns um den Rest.', stats: [ { value: '20+', label: 'Jahre Erfahrung' }, - { value: '30+', label: 'Drucker in unserer 3D-Druckfarm' }, + { value: 'Riesige', label: '3D-Druckfarm im eigenen Haus' }, { value: 'Eigene', label: 'CNC- & Laserwerkstatt' }, { value: 'International', label: 'anerkannter Car-Hifi-Spezialist' }, ], diff --git a/hifi-src/src/i18n/en.js b/hifi-src/src/i18n/en.js index 834d95f..b7f00d4 100644 --- a/hifi-src/src/i18n/en.js +++ b/hifi-src/src/i18n/en.js @@ -71,7 +71,7 @@ export default { heroSubtitle: 'Your car-hifi specialist for custom sound installations. Choose your vehicle, discover the right package and get in touch, no obligation – we take care of the rest.', stats: [ { value: '20+', label: 'years of experience' }, - { value: '30+', label: 'printers in our 3D print farm' }, + { value: 'Huge', label: 'in-house 3D print farm' }, { value: 'In-house', label: 'CNC & laser workshop' }, { value: 'International', label: 'recognized car-hifi specialist' }, ],