This commit is contained in:
2025-09-13 18:25:46 +02:00
parent 0f5d64cbbc
commit 298fefd0f4
25 changed files with 7434 additions and 102 deletions

View File

@@ -40,7 +40,7 @@ export function StackedCubes() {
onMouseLeave={() => setActive("agent")}
>
<motion.div
className="relative ml-0 sm:ml-4 lg:ml-8 h-[400px] w-96"
className="relative ml-0 sm:ml-4 lg:ml-8 h-[600px] w-96"
animate={{ y: ["-8px", "8px"] }}
transition={{
duration: 4,
@@ -54,7 +54,7 @@ export function StackedCubes() {
key={layer.id}
className="absolute"
style={{
top: `${index * 100}px`,
top: `${index * 140}px`,
zIndex: active === layer.id ? 20 : 10 - index,
}}
>