From b2c123c8ece94b5f6b54f4c827edcda61aa451e6 Mon Sep 17 00:00:00 2001 From: dschlueter Date: Sat, 25 Apr 2026 04:58:05 +0200 Subject: [PATCH] =?UTF-8?q?Projects:=20'Mundorgel'=20Digitalisierungsproje?= =?UTF-8?q?kt=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/projects-section.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/projects-section.tsx b/components/projects-section.tsx index d5588bc..3315fe7 100644 --- a/components/projects-section.tsx +++ b/components/projects-section.tsx @@ -25,9 +25,9 @@ const projects = [ featured: true, }, { - title: 'Projekt in Arbeit', + title: 'Digitalisierung einer "Mundorgel"', slug: 'upcoming-1', - description: 'KI-gestütztes Werkzeug für Code-Analyse und Dokumentation. Details folgen.', + description: 'KI-gestützte Digitalisierung eines Liederheftes von 1960.', tech: ['Python', 'LLM', 'AST'], status: 'In Entwicklung', url: null,