diff --git a/src/components/Sponsors/Sponsors.jsx b/src/components/Sponsors/Sponsors.jsx index 2e92c08..0a9940f 100644 --- a/src/components/Sponsors/Sponsors.jsx +++ b/src/components/Sponsors/Sponsors.jsx @@ -22,8 +22,8 @@ const Sponsors = () => { useEffect(() => { const handleMouseMove = (e) => { const { innerWidth, innerHeight } = window; - const x = (e.clientX / innerWidth - 0.5) * 60; // Adjust the multiplier for sensitivity - const y = (e.clientY / innerHeight - 0.5) * 60; // Adjust the multiplier for sensitivity + const x = (e.clientX / innerWidth - 0.5) * 30; // Adjust the multiplier for sensitivity + const y = (e.clientY / innerHeight - 0.5) * 30; // Adjust the multiplier for sensitivity setBgPosition({ x, y }); }; @@ -37,8 +37,8 @@ const Sponsors = () => { return (

$ tar -xvzf SPONSORS.tar.gz

@@ -98,11 +98,11 @@ const Sponsors = () => {