From e1e552465ceeaec584daa3d5b29ec38441930a36 Mon Sep 17 00:00:00 2001 From: Melvin Ragusa Date: Thu, 12 Feb 2026 19:07:19 +0100 Subject: [PATCH] chore(copy): revert contact subtitle to classic --- src/i18n/de.ts | 2 +- src/i18n/en.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 5125d6c..d850805 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -81,7 +81,7 @@ export const de = { // Contact contact: { title: 'Kontakt', - subtitle: 'In 15 Minuten zur klaren nächsten Aktion', + subtitle: 'Lassen Sie uns zusammenarbeiten', intro: 'Beschreiben Sie kurz Ihr Projekt oder Problem – ich melde mich schnell mit einer konkreten Einschätzung und nächstem Schritt.', form: { name: 'Name', diff --git a/src/i18n/en.ts b/src/i18n/en.ts index 3b50da4..5896c90 100644 --- a/src/i18n/en.ts +++ b/src/i18n/en.ts @@ -83,7 +83,7 @@ export const en: Translations = { // Contact contact: { title: 'Contact', - subtitle: 'Get clear next steps in 15 minutes', + subtitle: 'Let\'s work together', intro: 'Share your project or issue briefly — I\'ll reply quickly with a concrete assessment and recommended next action.', form: { name: 'Name',