feat(landing): add landing component (CAS-8) #10

Merged
jleibl merged 22 commits from task/landing-page into main 2025-02-13 12:09:14 +00:00
Showing only changes of commit 7106ebd0ef - Show all commits

View File

@ -39,7 +39,7 @@ export class AnimatedButtonComponent {
get buttonClass(): string {
const baseClass =
'relative group font-bold rounded-full transition-all duration-300 ease-out transform-gpu hover:scale-105 will-change-transform';
'cursor-pointer relative group font-bold rounded-full transition-all duration-300 ease-out transform-gpu hover:scale-105 will-change-transform';
const variantClass =
this.variant === 'primary'
? 'bg-gradient-to-r from-emerald-500 to-emerald-400 text-black hover:shadow-xl hover:shadow-emerald-500/20'