feat(landing): Rename to GremiumHub

This commit is contained in:
2026-01-10 18:06:34 +01:00
parent 3e4f7db052
commit 1393de11f9
8 changed files with 22 additions and 22 deletions

View File

@@ -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">

View File

@@ -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"
>

View File

@@ -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"
>

View File

@@ -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'),

View File

@@ -33,7 +33,7 @@ useHead({
description: t('team.meta.description'),
mainEntity: {
'@type': 'Organization',
name: 'LegalConsentHub',
name: 'GremiumHub',
member: [
{
'@type': 'Person',