Redesign Privacy Policy Page for Improved Visual Appeal, Readability, and Modern UI Alignment#1582
Merged
omroy07 merged 3 commits intoomroy07:mainfrom Feb 20, 2026
Merged
Conversation
Thanks for creating a PR for your Issue!
|
|
@Aarya-Chaudhari is attempting to deploy a commit to the Om Roy's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
🎉 Congrats @Aarya-Chaudhari on getting your PR merged! 🙌 |
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.
Which issue does this PR close?
Rationale for this change
The existing Privacy Policy page had a very plain layout with weak typography hierarchy, large empty spacing, low visual engagement, and poor alignment with the modern UI design used across other AgriTech pages.
Sections looked visually similar, lacked structure, and did not include any visual indicators, making the page harder to scan and less readable for users.
This redesign improves readability, visual appeal, and consistency with the platform’s design system while keeping all original content intact.
What changes are included in this PR?
Completely redesigned the Privacy Policy page layout (not just minor styling)
Introduced a modern hero section with clear page title and description
Replaced plain text blocks with visually structured card-based sections
Improved typography hierarchy with larger headings and better spacing
Added section icons for visual indicators (Data, Security, Cookies, etc.)
Enhanced contrast and readability using theme-based color variables
Implemented glassmorphism-style cards with shadows and accent borders
Improved content scannability through better section separation
Added responsive centered container to reduce excessive empty spacing
Implemented consistent dark/light theme styling using CSS variables
Added hover animations and subtle elevation for better UX
Included a styled “Back to Homepage” CTA button for navigation
Ensured full responsiveness across desktop and mobile devices
Are these changes tested?
Yes. The redesign was manually tested by:
Opening the Privacy Policy page in both dark and light modes
Checking layout consistency across different screen sizes (desktop & mobile)
Verifying readability improvements (spacing, contrast, hierarchy)
Ensuring all original policy content remains unchanged
Confirming theme toggle works without UI break