Refactor shared hero structure

This commit is contained in:
MOH
2026-03-09 07:14:11 +01:00
parent 9d76eabb39
commit 8f87169da1
6 changed files with 242 additions and 130 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export function HeroMotionBackdrop({ compact = false }: HeroMotionBackdropProps)
scale: compact ? [1, 0.98, 1.04, 1] : [1, 0.94, 1.08, 1],
}}
transition={{
duration: compact ? 20 : 30,
duration: compact ? 20 : 28,
repeat: Number.POSITIVE_INFINITY,
ease: "easeInOut",
}}