feat(landing): Use central button tailwind variant

This commit is contained in:
2026-01-16 16:00:42 +01:00
parent 835bc9ecd1
commit 9cfa5ec434
9 changed files with 68 additions and 70 deletions

View File

@@ -61,11 +61,8 @@
base: 'text-gray-600 dark:text-gray-300 hover:text-primary-600 dark:hover:text-primary-400'
}"
/>
<UButton
to="/#newsletter"
class="hidden sm:flex btn-gradient px-5 py-2.5 rounded-xl font-semibold shadow-lg shadow-primary-500/25 hover:shadow-primary-500/40 transition-shadow"
>
<span>{{ $t('common.stayInformed') }}</span>
<UButton to="/#newsletter" variant="gradient" class="hidden sm:flex px-5 py-2.5">
{{ $t('common.stayInformed') }}
</UButton>
</template>
@@ -79,7 +76,7 @@
}"
/>
<div class="mt-6 pt-6 border-t border-gray-200 dark:border-gray-800">
<UButton to="#newsletter" size="lg" block class="btn-gradient rounded-xl font-semibold">
<UButton to="#newsletter" size="lg" block variant="gradient">
{{ $t('common.stayInformed') }}
</UButton>
</div>