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">
|
||||
|
||||
Reference in New Issue
Block a user