Drop the fixed printer count from the stats stat, keep it evergreen

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Maaxxs 2026-07-06 22:28:35 +02:00
parent 60373e8edd
commit c308045cbf
2 changed files with 2 additions and 2 deletions

View file

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

View file

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