add benefits

This commit is contained in:
2025-06-18 15:28:51 +02:00
parent 07fd424a6b
commit 08bc8e8ba5
15 changed files with 358 additions and 75 deletions

View File

@@ -0,0 +1,9 @@
// gradients.tsx
export const gradientText = 'bg-gradient-to-r from-[#caa5f0] via-[#8f79f9] to-[#3c82f5] bg-clip-text text-transparent'
export const gradientLight = 'bg-gradient-to-r from-[#eee6f9] via-[#e5e4fa] to-[#dee9fb]'
export const gradientDark = 'bg-gradient-to-r from-[#764ba2] via-[#667eea] to-[#314755] text-white'
export const gradientAccent = 'bg-gradient-to-r from-[#8f79f9] to-[#3c82f5] text-white'