diff --git a/apps/web/src/components/ThreeHero/index.tsx b/apps/web/src/components/ThreeHero/index.tsx
index aa357bbfa6..3fb712721d 100644
--- a/apps/web/src/components/ThreeHero/index.tsx
+++ b/apps/web/src/components/ThreeHero/index.tsx
@@ -141,7 +141,7 @@ function EnvironmentSetup() {
rotation-x={Math.PI / 2}
position={[5, 5, -3]}
scale={4}
- color={blue}
+ color={'white'}
/>
self.lookAt(0, 0, 0)}
position={[10, 10, 0]}
@@ -499,7 +499,7 @@ function Pointer({ vec = new THREE.Vector3() }) {
-
+
>
);
}