Fix desktop glass and hero image

This commit is contained in:
2026-05-16 14:18:56 +01:00
parent 53e72cb46a
commit 2def6b683a
5 changed files with 35 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ export default function PhysicsButton({ href, children, className, external = fa
whileHover={{ scale: 1.035 }}
style={{ x, y, scaleX, scaleY, rotate }}
transition={{ type: "spring", stiffness: 520, damping: 18, mass: 0.45 }}
className={cn("group relative inline-flex touch-manipulation select-none items-center justify-center overflow-hidden will-change-transform", className)}
className={cn("premium-glass liquidGL-pane group relative inline-flex touch-manipulation select-none items-center justify-center overflow-hidden will-change-transform", className)}
>
<motion.span
className="pointer-events-none absolute inset-0 rounded-full bg-white/15 opacity-0 blur-xl transition-opacity duration-300 group-hover:opacity-100"