feat(landing): Add team

This commit is contained in:
2026-01-10 18:04:29 +01:00
parent e306ea33a6
commit 3e4f7db052
7 changed files with 298 additions and 4 deletions

View File

@@ -23,6 +23,7 @@
"forWorksCouncils": "Für Betriebsräte",
"forCompanies": "Für Unternehmen",
"features": "Features",
"team": "Team",
"contact": "Kontakt"
},
"footer": {
@@ -326,5 +327,35 @@
},
"errors": {
"generic": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es später erneut."
},
"team": {
"meta": {
"title": "Unser Team LegalConsentHub",
"description": "Lernen Sie die Köpfe hinter LegalConsentHub kennen: Experten für Arbeitsrecht und Softwareentwicklung, die digitale Mitbestimmung vorantreiben."
},
"badge": "Unser Team",
"title": "Die Köpfe hinter ",
"titleHighlight": "LegalConsentHub",
"description": "Wir verbinden juristische Expertise im Betriebsverfassungsrecht mit technischem Know-how in der Softwareentwicklung für eine moderne, strukturierte IT-Mitbestimmung.",
"members": {
"raphael": {
"name": "Raphael Lugowski",
"role": "Fachanwalt für Arbeitsrecht",
"description": "Raphael ist Gründer der Betriebsrat Kanzlei in Hamburg und spezialisiert auf das Betriebsverfassungsrecht. Mit seiner langjährigen Erfahrung in der Beratung von Betriebsräten unterstützt er Gremien bei IT-Mitbestimmung, KI-Systemen und Betriebsänderungen. Er entwickelt praxiserprobte Betriebsvereinbarungen und begleitet Betriebsräte in Einigungsstellen sowie vor dem Arbeitsgericht.",
"imageAlt": "Profilbild von Raphael Lugowski",
"linkedinLabel": "LinkedIn-Profil von Raphael Lugowski öffnen"
},
"denis": {
"name": "Denis Lugowski",
"role": "Full-Stack Developer",
"description": "Denis ist Informatiker (M.Sc.) und Full-Stack-Entwickler mit Expertise in Frontend- und Backend-Entwicklung. Er verfügt über Erfahrung mit Kubernetes, Container-Orchestrierung und Monitoring. Sein akademischer Hintergrund umfasst die Entwicklung von Congestion Control im Linux-Kernel sowie die Implementierung des QUIC-Transportprotokolls im Omnet++ Simulationsframework.",
"imageAlt": "Profilbild von Denis Lugowski",
"linkedinLabel": "LinkedIn-Profil von Denis Lugowski öffnen"
}
},
"cta": {
"text": "Haben Sie Fragen oder möchten Sie mehr über LegalConsentHub erfahren?",
"button": "Kontakt aufnehmen"
}
}
}

View File

@@ -23,6 +23,7 @@
"forWorksCouncils": "For Works Councils",
"forCompanies": "For Companies",
"features": "Features",
"team": "Team",
"contact": "Contact"
},
"footer": {
@@ -326,5 +327,35 @@
},
"errors": {
"generic": "An error occurred. Please try again later."
},
"team": {
"meta": {
"title": "Our Team LegalConsentHub",
"description": "Meet the people behind LegalConsentHub: Experts in labor law and software development driving digital co-determination forward."
},
"badge": "Our Team",
"title": "The People Behind ",
"titleHighlight": "LegalConsentHub",
"description": "We combine legal expertise in works council law with technical know-how in software development for modern, structured IT co-determination.",
"members": {
"raphael": {
"name": "Raphael Lugowski",
"role": "Labor Law Attorney",
"description": "Raphael is the founder of Betriebsrat Kanzlei in Hamburg, specializing in works council law. With years of experience advising works councils, he supports committees on IT co-determination, AI systems, and corporate restructuring. He develops field-tested operating agreements and represents works councils in arbitration boards and labor courts.",
"imageAlt": "Profile picture of Raphael Lugowski",
"linkedinLabel": "Open Raphael Lugowski's LinkedIn profile"
},
"denis": {
"name": "Denis Lugowski",
"role": "Full-Stack Developer",
"description": "Denis is a computer scientist (M.Sc.) and full-stack developer with expertise in frontend and backend development. He has experience with Kubernetes, container orchestration, and monitoring. His academic background includes developing congestion control in the Linux kernel and implementing the QUIC transport protocol in the Omnet++ simulation framework.",
"imageAlt": "Profile picture of Denis Lugowski",
"linkedinLabel": "Open Denis Lugowski's LinkedIn profile"
}
},
"cta": {
"text": "Have questions or want to learn more about LegalConsentHub?",
"button": "Contact us"
}
}
}