Enhanced testimonial UI with parallax effect and fixed React hook dep…#718
Merged
gauravsingh1281 merged 1 commit intogauravsingh1281:mainfrom Apr 13, 2025
Merged
Conversation
…endency warnings by implementing useCallback.
✅ Deploy Preview for visionary-fenglisu-db1b1d ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
gauravsingh1281
approved these changes
Apr 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Here's the completed pull request template:
🚀 Pull Request
Description
Enhanced testimonial section with a dynamic parallax effect that responds to mouse movement. Fixed React hook dependency warnings by implementing useCallback for the slide transition function.
Related Issue
Closes #696
Type of Change
What kind of change does this pull request introduce?
Screenshots (if applicable)
The parallax effect is best viewed in motion, but the testimonial section now features dynamic movement based on cursor position.
Checklist
Please ensure the following tasks are complete before submitting the pull request:
Additional Context
The parallax implementation uses React's useRef and event listeners to track mouse movement and apply varying transformations to different elements, creating a sense of depth. Also replaced the background image with a higher quality JPG version.