Skip to content

Commit

Permalink
Merge pull request #257 from RamakrushnaBiswal/rama-dev
Browse files Browse the repository at this point in the history
Landing page image hover & tilt effect fixed
  • Loading branch information
Harshil-Jani committed Jun 8, 2024
2 parents d7f20b5 + 32d3385 commit 2e95591
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 @@ -12,9 +12,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 2e95591

Please sign in to comment.