@@ -45,15 +45,15 @@ class="w-25 transition duration-200 will-change-transform group-hover:-translate
4545
4646 {{-- Star 1 --}}
4747 <x-icons .star
48- class =" absolute top-6 right-3 z-10 w-4 -rotate-7 text-white dark:w-3 dark:text-slate-300"
48+ class =" absolute top-6 right-3 z-10 w-4 -rotate-7 text-white dark:w-3 dark:text-slate-300 animate-ping "
4949 />
5050 {{-- Star 2 --}}
5151 <x-icons .star
52- class =" absolute top-3 right-14 z-10 w-3 rotate-5 text-white dark:w-2 dark:text-slate-300"
52+ class =" absolute top-3 right-14 z-10 w-3 rotate-5 text-white dark:w-2 dark:text-slate-300 animate-spin "
5353 />
5454 {{-- Star 3 --}}
5555 <x-icons .star
56- class =" absolute top-2.5 right-7.5 z-10 w-2.5 text-white dark:w-2 dark:text-slate-300"
56+ class =" absolute top-2.5 right-7.5 z-10 w-2.5 text-white dark:w-2 dark:text-slate-300 animate-pulse "
5757 />
5858 {{-- White blur --}}
5959 <div class =" absolute top-5 -right-10 -z-5" >
@@ -107,13 +107,13 @@ class="group relative z-0 grid place-items-center overflow-hidden rounded-2xl bg
107107
108108 {{-- Decorative stars --}}
109109 <x-icons .star
110- class =" absolute top-4 right-3 z-10 w-3 -rotate-7 text-purple-300"
110+ class =" absolute top-4 right-3 z-10 w-3 -rotate-7 text-purple-300 animate-spin "
111111 />
112112 <x-icons .star
113- class =" absolute top-8 left-4 z-10 w-2 rotate-12 text-indigo-300"
113+ class =" absolute top-8 left-4 z-10 w-2 rotate-12 text-indigo-300 animate-pulse "
114114 />
115115 <x-icons .star
116- class =" absolute bottom-12 right-6 z-10 w-2.5 text-purple-200"
116+ class =" absolute bottom-12 right-6 z-10 w-2.5 text-purple-200 animate-ping "
117117 />
118118 </a >
119119 @endif
@@ -149,13 +149,13 @@ class="group relative z-0 grid place-items-center overflow-hidden rounded-2xl bg
149149
150150 {{-- Decorative stars --}}
151151 <x-icons .star
152- class =" absolute top-4 right-3 z-10 w-3 -rotate-7 text-amber-200"
152+ class =" absolute top-4 right-3 z-10 w-3 -rotate-7 text-amber-200 animate-ping "
153153 />
154154 <x-icons .star
155- class =" absolute top-8 left-4 z-10 w-2 rotate-12 text-orange-200"
155+ class =" absolute top-8 left-4 z-10 w-2 rotate-12 text-orange-200 animate-spin "
156156 />
157157 <x-icons .star
158- class =" absolute bottom-12 right-6 z-10 w-2.5 text-amber-100"
158+ class =" absolute bottom-12 right-6 z-10 w-2.5 text-amber-100 animate-pulse "
159159 />
160160 </a >
161161 @endif
0 commit comments