feat(copy): make about section fully personal in solo voice

This commit is contained in:
Melvin Ragusa
2026-02-12 18:43:50 +01:00
parent c2b6a95df5
commit 0c1af4a702
2 changed files with 18 additions and 18 deletions

View File

@@ -56,23 +56,23 @@ export const de = {
subtitle: 'Moderne Tools für moderne Lösungen',
},
values: {
title: 'Warum Ragusa IT?',
title: 'Warum mit mir arbeiten?',
items: [
{
title: 'Persönlicher Service',
description: 'Direkter Ansprechpartner für alle Ihre IT-Anliegen.',
title: 'Direkter Kontakt',
description: 'Sie sprechen immer direkt mit mir ohne Umwege oder wechselnde Ansprechpartner.',
},
{
title: 'Lokale Präsenz',
description: 'Vor-Ort-Support und persönliche Beratungsgespräche.',
title: 'Nahbar & vor Ort',
description: 'Ich bin lokal erreichbar und begleite Sie auf Wunsch auch persönlich vor Ort.',
},
{
title: 'Faire Preise',
description: 'Transparente Preisgestaltung ohne versteckte Kosten.',
title: 'Faire, klare Preise',
description: 'Ich arbeite mit transparenter Preisstruktur ohne versteckte Zusatzkosten.',
},
{
title: 'Schnelle Reaktion',
description: 'Kurze Reaktionszeiten bei Anfragen und Problemen.',
title: 'Schnelle Rückmeldung',
description: 'Ich antworte zeitnah auf Anfragen und kümmere mich pragmatisch um Probleme.',
},
],
},

View File

@@ -58,23 +58,23 @@ export const en: Translations = {
subtitle: 'Modern tools for modern solutions',
},
values: {
title: 'Why Ragusa IT?',
title: 'Why work with me?',
items: [
{
title: 'Personal Service',
description: 'Direct point of contact for all your IT needs.',
title: 'Direct Contact',
description: 'You always work directly with me — no handoffs and no changing points of contact.',
},
{
title: 'Local Presence',
description: 'On-site support and in-person consultations.',
title: 'Local & Accessible',
description: 'I am locally available and can support you on-site when needed.',
},
{
title: 'Fair Pricing',
description: 'Transparent pricing with no hidden costs.',
title: 'Fair, Clear Pricing',
description: 'I work with transparent pricing and no hidden extra fees.',
},
{
title: 'Quick Response',
description: 'Short response times for inquiries and issues.',
title: 'Fast Response',
description: 'I reply quickly and handle issues in a practical, no-nonsense way.',
},
],
},