diff --git a/src/components-vite/FloatingPaths.tsx b/src/components-vite/FloatingPaths.tsx index acf6e01..de5d65d 100644 --- a/src/components-vite/FloatingPaths.tsx +++ b/src/components-vite/FloatingPaths.tsx @@ -29,7 +29,6 @@ export function FloatingPaths({ position }: { position: number }) { animate={{ pathLength: 1, opacity: [0.3, 0.6, 0.3], - pathOffset: [0, 1, 0], }} transition={{ duration: 20 + (path.id % 3) * 5,