diff --git a/src/components/ui/3d/HeroBackground3D.tsx b/src/components/ui/3d/HeroBackground3D.tsx index cf1c813..ce6ec87 100644 --- a/src/components/ui/3d/HeroBackground3D.tsx +++ b/src/components/ui/3d/HeroBackground3D.tsx @@ -63,9 +63,9 @@ function AeroxModel() { metalness: 0.9, }); const tireMat = new THREE.MeshStandardMaterial({ - color: '#0f172a', - roughness: 0.8, - metalness: 0.15, + color: '#111111', + roughness: 0.9, + metalness: 0.1, }); clone.traverse((child) => { @@ -95,7 +95,7 @@ function AeroxModel() { return ( - +