style: replace border with outline and update animation colors to cyan

This commit is contained in:
2025-10-15 16:12:24 +02:00
parent e598e2ffb1
commit 39e19a95d0
4 changed files with 10 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ export function CallToAction() {
className="relative overflow-hidden bg-gray-900 py-20 sm:py-28"
>
<div className="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2">
<CircleBackground color="#fff" className="animate-spin-slower" />
<CircleBackground color="#06b6d4" className="animate-spin-slower" />
</div>
<Container className="relative">
<div className="mx-auto max-w-2xl sm:text-center">