diff --git a/src/components-vite/FloatingPaths.tsx b/src/components-vite/FloatingPaths.tsx index e8279b9..acf6e01 100644 --- a/src/components-vite/FloatingPaths.tsx +++ b/src/components-vite/FloatingPaths.tsx @@ -32,7 +32,7 @@ export function FloatingPaths({ position }: { position: number }) { pathOffset: [0, 1, 0], }} transition={{ - duration: 20 + Math.random() * 10, + duration: 20 + (path.id % 3) * 5, repeat: Number.POSITIVE_INFINITY, ease: "linear", }}