fix: landing page text reflects current product — 'Patent Knowledge' → 'Patent Litigation'; 'Leitfäden, Vorlagen und Dokumente' → 'Administration, Knowledge und Tools' (DE+EN)

This commit is contained in:
m
2026-05-07 22:11:37 +02:00
parent f4aa2033f9
commit d53cc3553c
3 changed files with 7 additions and 7 deletions

View File

@@ -50,7 +50,7 @@ worker:
max_workers: 5
persistent: true
head:
name: "maria"
name: "paliadin"
max_loops: 50
infinity_mode: false
max_idle_duration: 2h0m0s

View File

@@ -82,9 +82,9 @@ const translations: Record<Lang, Record<string, string>> = {
"footer.text": "\u00a9 2026 Paliad \u2014 ein Werkzeug von",
// Landing page
"index.title": `Paliad \u2014 Patentwissen f\u00fcr ${FIRM}`,
"index.title": `Paliad \u2014 Patent Litigation f\u00fcr ${FIRM}`,
"index.hero.accent": `f\u00fcr ${FIRM}`,
"index.hero.sub": `Leitf\u00e4den, Vorlagen und Dokumente f\u00fcr das ${FIRM} Patent-Team.`,
"index.hero.sub": `Administration, Knowledge und Tools f\u00fcr das ${FIRM} Patent-Team.`,
"index.guides.title": "Leitf\u00e4den",
"index.guides.desc": "Praxisleitf\u00e4den zu Verfahren vor dem EPA, BPatG und UPC. Schritt-f\u00fcr-Schritt-Anleitungen f\u00fcr typische Workflows.",
"index.templates.title": "Vorlagen",
@@ -2004,9 +2004,9 @@ const translations: Record<Lang, Record<string, string>> = {
"footer.text": "\u00a9 2026 Paliad \u2014 a tool by",
// Landing page
"index.title": `Paliad \u2014 Patent Knowledge for ${FIRM}`,
"index.title": `Paliad \u2014 Patent Litigation for ${FIRM}`,
"index.hero.accent": `for ${FIRM}`,
"index.hero.sub": `Guides, templates, and documents for the ${FIRM} patent team.`,
"index.hero.sub": `Administration, knowledge, and tools for the ${FIRM} patent team.`,
"index.guides.title": "Guides",
"index.guides.desc": "Practical guides for proceedings before the EPO, Federal Patent Court, and UPC. Step-by-step instructions for typical workflows.",
"index.templates.title": "Templates",

View File

@@ -34,9 +34,9 @@ export function renderIndex(): string {
<main>
<section className="hero">
<div className="container">
<h1>Patent Knowledge<br /><span className="hero-accent" data-i18n="index.hero.accent">{`für ${FIRM}`}</span></h1>
<h1>Patent Litigation<br /><span className="hero-accent" data-i18n="index.hero.accent">{`für ${FIRM}`}</span></h1>
<p className="hero-sub" data-i18n="index.hero.sub">
{`Leitfäden, Vorlagen und Dokumente für das ${FIRM} Patent-Team.`}
{`Administration, Knowledge und Tools für das ${FIRM} Patent-Team.`}
</p>
</div>
</section>