diff --git a/frontend/public/digital_universe.png b/frontend/public/digital_universe.png
deleted file mode 100644
index 4c2ade2..0000000
Binary files a/frontend/public/digital_universe.png and /dev/null differ
diff --git a/frontend/src/pages/Home.jsx b/frontend/src/pages/Home.jsx
index 69e7f29..2cd89a2 100644
--- a/frontend/src/pages/Home.jsx
+++ b/frontend/src/pages/Home.jsx
@@ -1,7 +1,7 @@
import { Suspense, useEffect, useMemo, useRef, useState } from "react";
import { Link } from "react-router-dom";
import { Canvas, useFrame } from "@react-three/fiber";
-import { Points, PointMaterial, Environment, RoundedBox } from "@react-three/drei";
+import { Points, PointMaterial, RoundedBox } from "@react-three/drei";
import { motion, useReducedMotion } from "framer-motion";
import * as THREE from "three";
import { ArrowRight, Mouse, MessageSquare, Code2, Smartphone, Users } from "lucide-react";
@@ -534,16 +534,15 @@ function Scene({ progressRef, pointerRef, reducedMotion, mobile, cubeTexts = {}
-
-
-
+
+
);
-}
\ No newline at end of file
+}