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