From fcc6748aaeefdf0e1fee5c3add660d747f3218f7 Mon Sep 17 00:00:00 2001 From: Michael Czechowski Date: Fri, 16 Jan 2026 16:41:17 +0100 Subject: [PATCH] fix: update German landing hero text to 'Lerne Web Entwicklung mit CODE CRISPIES' --- src/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n.js b/src/i18n.js index 0cd3931..dcff3d3 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -345,8 +345,8 @@ const translations = { untitledLesson: "Unbenannte Lektion", // Landing page - landingHeroTitle: "Web Programmierung", - landingHeroHighlight: "Code Crispy", + landingHeroTitle: "Lerne Web Entwicklung", + landingHeroHighlight: "mit CODE CRISPIES", landingHeroSubtitle: "Meistere HTML, CSS und Tailwind durch praktische Übungen mit sofortigem Feedback. Kostenlos und Open Source.", landingCtaStart: "Jetzt starten", landingWhyTitle: "Warum CODE CRISPIES funktioniert",