feat(landing): Rename to GremiumHub
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<!-- Header with transparent background and blur on scroll -->
|
||||
<UHeader
|
||||
:title="'LegalConsentHub'"
|
||||
:title="'GremiumHub'"
|
||||
:ui="{
|
||||
root: [
|
||||
'fixed top-0 left-0 right-0 z-50 transition-all duration-300',
|
||||
@@ -27,7 +27,7 @@
|
||||
<span
|
||||
class="hidden sm:inline font-heading text-xl font-bold bg-gradient-to-r from-primary-600 to-cyan-600 bg-clip-text text-transparent"
|
||||
>
|
||||
LegalConsentHub
|
||||
GremiumHub
|
||||
</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
@@ -103,7 +103,7 @@
|
||||
>
|
||||
<UIcon name="i-lucide-scale" class="w-5 h-5 text-white" />
|
||||
</div>
|
||||
<span class="font-heading text-xl font-bold text-gray-900 dark:text-white"> LegalConsentHub </span>
|
||||
<span class="font-heading text-xl font-bold text-gray-900 dark:text-white"> GremiumHub </span>
|
||||
</NuxtLink>
|
||||
<p class="text-gray-600 dark:text-gray-400 max-w-sm mb-6">
|
||||
{{ $t('footer.brandDescription') }}
|
||||
@@ -122,7 +122,7 @@
|
||||
icon="i-lucide-mail"
|
||||
color="neutral"
|
||||
variant="ghost"
|
||||
to="mailto:info@legalconsenthub.de"
|
||||
to="mailto:info@gremiumhub.de"
|
||||
aria-label="E-Mail"
|
||||
class="hover:text-primary-600 dark:hover:text-primary-400"
|
||||
/>
|
||||
@@ -164,7 +164,7 @@
|
||||
<div class="mt-12 pt-8 border-t border-gray-200 dark:border-gray-800">
|
||||
<div class="flex flex-col sm:flex-row justify-between items-center gap-4">
|
||||
<p class="text-sm text-gray-500 dark:text-gray-400">
|
||||
© {{ new Date().getFullYear() }} LegalConsentHub. {{ $t('common.allRightsReserved') }}
|
||||
© {{ new Date().getFullYear() }} GremiumHub. {{ $t('common.allRightsReserved') }}
|
||||
</p>
|
||||
<div class="flex items-center gap-6 text-sm text-gray-500 dark:text-gray-400">
|
||||
<div class="flex items-center gap-2">
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
style="animation-delay: 200ms"
|
||||
>
|
||||
<UButton
|
||||
to="mailto:info@legalconsenthub.de"
|
||||
to="mailto:info@gremiumhub.de"
|
||||
size="xl"
|
||||
class="bg-white text-primary-700 hover:bg-white/90 px-8 py-4 text-lg font-semibold rounded-xl shadow-lg"
|
||||
>
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
{{ $t('team.cta.text') }}
|
||||
</p>
|
||||
<UButton
|
||||
to="mailto:info@legalconsenthub.de"
|
||||
to="mailto:info@gremiumhub.de"
|
||||
size="xl"
|
||||
class="btn-gradient px-8 py-4 rounded-xl font-semibold shadow-lg shadow-primary-500/25 hover:shadow-primary-500/40 transition-shadow"
|
||||
>
|
||||
|
||||
@@ -54,7 +54,7 @@ useHead({
|
||||
innerHTML: JSON.stringify({
|
||||
'@context': 'https://schema.org',
|
||||
'@type': 'SoftwareApplication',
|
||||
name: 'LegalConsentHub',
|
||||
name: 'GremiumHub',
|
||||
applicationCategory: 'BusinessApplication',
|
||||
operatingSystem: 'Web',
|
||||
description: t('meta.description'),
|
||||
|
||||
@@ -33,7 +33,7 @@ useHead({
|
||||
description: t('team.meta.description'),
|
||||
mainEntity: {
|
||||
'@type': 'Organization',
|
||||
name: 'LegalConsentHub',
|
||||
name: 'GremiumHub',
|
||||
member: [
|
||||
{
|
||||
'@type': 'Person',
|
||||
|
||||
@@ -131,7 +131,7 @@
|
||||
},
|
||||
"towards": {
|
||||
"title": "Unsere Web-App bietet die Lösung",
|
||||
"subtitle": "Mit LegalConsentHub"
|
||||
"subtitle": "Mit GremiumHub"
|
||||
},
|
||||
"painPoints": [
|
||||
"Unkalkulierbare Schleifen im Mitbestimmungsverfahren (fehlende Infos, Nachforderungen)",
|
||||
@@ -330,12 +330,12 @@
|
||||
},
|
||||
"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."
|
||||
"title": "Unser Team – GremiumHub",
|
||||
"description": "Lernen Sie die Köpfe hinter GremiumHub kennen: Experten für Arbeitsrecht und Softwareentwicklung, die digitale Mitbestimmung vorantreiben."
|
||||
},
|
||||
"badge": "Unser Team",
|
||||
"title": "Die Köpfe hinter ",
|
||||
"titleHighlight": "LegalConsentHub",
|
||||
"titleHighlight": "GremiumHub",
|
||||
"description": "Wir verbinden juristische Expertise im Betriebsverfassungsrecht mit technischem Know-how in der Softwareentwicklung – für eine moderne, strukturierte IT-Mitbestimmung.",
|
||||
"members": {
|
||||
"raphael": {
|
||||
@@ -354,7 +354,7 @@
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"text": "Haben Sie Fragen oder möchten Sie mehr über LegalConsentHub erfahren?",
|
||||
"text": "Haben Sie Fragen oder möchten Sie mehr über GremiumHub erfahren?",
|
||||
"button": "Kontakt aufnehmen"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"meta": {
|
||||
"title": "LegalConsentHub - Digital Co-determination for IT and AI Systems",
|
||||
"title": "GremiumHub - Digital Co-determination for IT and AI Systems",
|
||||
"description": "Structure instead of chaos: All relevant information in one place, clear process steps and traceable documentation for IT co-determination.",
|
||||
"ogDescription": "Structured IT co-determination with clear processes and audit-proof documentation."
|
||||
},
|
||||
@@ -131,7 +131,7 @@
|
||||
},
|
||||
"towards": {
|
||||
"title": "Towards",
|
||||
"subtitle": "With LegalConsentHub"
|
||||
"subtitle": "With GremiumHub"
|
||||
},
|
||||
"painPoints": [
|
||||
"Unpredictable loops in the co-determination process (missing info, follow-up requests)",
|
||||
@@ -285,7 +285,7 @@
|
||||
"newsletter": {
|
||||
"title": "Stay {highlight}",
|
||||
"titleHighlight": "informed",
|
||||
"description": "Receive updates on the development of LegalConsentHub and be among the first to learn about new features.",
|
||||
"description": "Receive updates on the development of GremiumHub and be among the first to learn about new features.",
|
||||
"placeholder": "Your email address",
|
||||
"submit": "Subscribe",
|
||||
"submitted": "Subscribed!",
|
||||
@@ -330,12 +330,12 @@
|
||||
},
|
||||
"team": {
|
||||
"meta": {
|
||||
"title": "Our Team – LegalConsentHub",
|
||||
"description": "Meet the people behind LegalConsentHub: Experts in labor law and software development driving digital co-determination forward."
|
||||
"title": "Our Team – GremiumHub",
|
||||
"description": "Meet the people behind GremiumHub: Experts in labor law and software development driving digital co-determination forward."
|
||||
},
|
||||
"badge": "Our Team",
|
||||
"title": "The People Behind ",
|
||||
"titleHighlight": "LegalConsentHub",
|
||||
"titleHighlight": "GremiumHub",
|
||||
"description": "We combine legal expertise in works council law with technical know-how in software development – for modern, structured IT co-determination.",
|
||||
"members": {
|
||||
"raphael": {
|
||||
@@ -354,7 +354,7 @@
|
||||
}
|
||||
},
|
||||
"cta": {
|
||||
"text": "Have questions or want to learn more about LegalConsentHub?",
|
||||
"text": "Have questions or want to learn more about GremiumHub?",
|
||||
"button": "Contact us"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ export default defineNuxtConfig({
|
||||
// App configuration
|
||||
app: {
|
||||
head: {
|
||||
title: 'LegalConsentHub - Digitale Mitbestimmung für IT- und KI-Systeme',
|
||||
title: 'GremiumHub - Digitale Mitbestimmung für IT- und KI-Systeme',
|
||||
meta: [
|
||||
{
|
||||
name: 'description',
|
||||
|
||||
Reference in New Issue
Block a user