Skip to content

Commit

Permalink
Landing page image hover & tilt effect fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
RamakrushnaBiswal committed Jun 8, 2024
1 parent 86e99a6 commit 32d3385
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Pages/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ function LandingPage() {
VanillaTilt.init(document.querySelectorAll("[data-tilt]"), {
max: 25,
speed: 400,
glare: true,
"max-glare": 0.5,
});
});
}, []);

return (
Expand Down

0 comments on commit 32d3385

Please sign in to comment.