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', subtitle: 'Moderne Tools für moderne Lösungen',
}, },
values: { values: {
title: 'Warum Ragusa IT?', title: 'Warum mit mir arbeiten?',
items: [ items: [
{ {
title: 'Persönlicher Service', title: 'Direkter Kontakt',
description: 'Direkter Ansprechpartner für alle Ihre IT-Anliegen.', description: 'Sie sprechen immer direkt mit mir ohne Umwege oder wechselnde Ansprechpartner.',
}, },
{ {
title: 'Lokale Präsenz', title: 'Nahbar & vor Ort',
description: 'Vor-Ort-Support und persönliche Beratungsgespräche.', description: 'Ich bin lokal erreichbar und begleite Sie auf Wunsch auch persönlich vor Ort.',
}, },
{ {
title: 'Faire Preise', title: 'Faire, klare Preise',
description: 'Transparente Preisgestaltung ohne versteckte Kosten.', description: 'Ich arbeite mit transparenter Preisstruktur ohne versteckte Zusatzkosten.',
}, },
{ {
title: 'Schnelle Reaktion', title: 'Schnelle Rückmeldung',
description: 'Kurze Reaktionszeiten bei Anfragen und Problemen.', 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', subtitle: 'Modern tools for modern solutions',
}, },
values: { values: {
title: 'Why Ragusa IT?', title: 'Why work with me?',
items: [ items: [
{ {
title: 'Personal Service', title: 'Direct Contact',
description: 'Direct point of contact for all your IT needs.', description: 'You always work directly with me — no handoffs and no changing points of contact.',
}, },
{ {
title: 'Local Presence', title: 'Local & Accessible',
description: 'On-site support and in-person consultations.', description: 'I am locally available and can support you on-site when needed.',
}, },
{ {
title: 'Fair Pricing', title: 'Fair, Clear Pricing',
description: 'Transparent pricing with no hidden costs.', description: 'I work with transparent pricing and no hidden extra fees.',
}, },
{ {
title: 'Quick Response', title: 'Fast Response',
description: 'Short response times for inquiries and issues.', description: 'I reply quickly and handle issues in a practical, no-nonsense way.',
}, },
], ],
}, },