feat(site): rewrite public copy around the batch chain

Replace slogan-heavy bilingual copy with concrete industrial prose on home, about, work, notes, and contact, without invented metrics or em dashes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jan Wagner
2026-08-16 19:05:53 +02:00
co-authored by Cursor
parent 7e8313c96e
commit 042ea88d94
13 changed files with 383 additions and 199 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ async function smtpSend(config: SmtpConfig, inquiry: Inquiry): Promise<void> {
const body = [
`Name: ${inquiry.name}`,
`E-Mail: ${inquiry.email}`,
`Unternehmen: ${inquiry.company || ""}`,
`Thema: ${inquiry.topic || ""}`,
`Unternehmen: ${inquiry.company || "-"}`,
`Thema: ${inquiry.topic || "-"}`,
`Sprache: ${inquiry.locale}`,
"",
inquiry.message,