Hover effect for what customer say section in about page. #1043
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.
Rationale for this change
Added a hover effect to the "What Customers Say" section on the About page to enhance interactivity and improve the visual feedback for users. This change makes the testimonial cards more engaging and helps highlight customer feedback dynamically when users hover over them.
What changes are included in this PR?
Added a border and zoom-in hover effect for .testimonial-card elements in the About page.
Updated CSS to include smooth transitions for hover animations (scale and shadow).
Improved visual consistency and user experience in the testimonials section.
Are these changes tested?
Verified visually in the browser to ensure the hover effect works smoothly across all testimonial cards.
Tested responsiveness and hover behavior on multiple screen sizes (desktop and mobile).
No automated tests required since this is a visual/UI enhancement only.
Are there any user-facing changes?
Yes, users will now see a subtle zoom and highlight effect when hovering over testimonial cards in the “What Customers Say” section.
No functional or structural changes to the content — purely a visual enhancement.
review.and.blog.mp4