diff --git a/src/components/HomeAnimation.tsx b/src/components/HomeAnimation.tsx
index a3613e37cce6a3824663933453f74ff0bd376818..c5b7ffd3f0d1c988704edf3d65bbda09209a4a5e 100644
--- a/src/components/HomeAnimation.tsx
+++ b/src/components/HomeAnimation.tsx
@@ -3,7 +3,6 @@ import { useGSAP } from "@gsap/react";
 import { ScrollTrigger } from "gsap/dist/ScrollTrigger";
 import { useRef } from 'react';
 import { MotionPathPlugin } from "gsap/dist/MotionPathPlugin";
-import vectorImg from "https://static.igem.wiki/teams/5247/placeholders/vector.webp";
 
 export function HomeAnim() {
   gsap.registerPlugin(useGSAP);