feat: add footer newsletter and links components to NewsPage; enhance Button with new variant

This commit is contained in:
Ardeman
2025-02-01 15:52:08 +08:00
parent 25f4fd85a6
commit 884e47de01
4 changed files with 55 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ const buttonVariants = cva(
variants: {
variant: {
newsPrimary: 'bg-[#2E2F7C] text-white text-lg',
newsPrimaryOutline: 'border-[3px] border-white text-white text-lg',
newsSecondary: 'border-[3px] border-[#2E2F7C] text-[#2E2F7C] text-lg',
icon: '',
// destructive: