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