feat(landing): enhance footer with brand, nav links & premium styling (#607)#629
Open
SagarSingh01 wants to merge 1 commit into
Open
feat(landing): enhance footer with brand, nav links & premium styling (#607)#629SagarSingh01 wants to merge 1 commit into
SagarSingh01 wants to merge 1 commit into
Conversation
|
@SagarSingh01 is attempting to deploy a commit to the Prashantkumar Khatri's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @SagarSingh01, Thanks for opening this pull request. This PR has been automatically classified based on the files modified. Applied Labels
Primary Review Area
Reviewer@ShantKhatri has been identified as the primary reviewer for this pull request. If you have any questions regarding the affected area or implementation details, feel free to reach out to the assigned reviewer. Thank you for your contribution! |
CI — All Checks PassedBackend — SKIP
Mobile — SKIP
Web — PASS
Last updated: |
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.
📋 Description
The existing footer was a single line of plain text with no visual identity or navigation. This PR transforms it into a structured, premium footer that matches the quality of the hero and feature sections — with brand identity, navigation links, and full light/dark mode support.
✨ What's New
border-toparia-labelon footer nav,prefers-reduced-motionrespectedBefore
DevCard.Developer.Profile.Exchange.-.Google.Chrome.2026-06-21.21-55-53.mp4
After
DevCard.Developer.Profile.Exchange.-.Google.Chrome.2026-06-21.22-08-44.mp4
🛠️ Files Changed
src/pages/LandingPage.tsxsrc/pages/LandingPage.css⚙️ Tech Details
LandingPage.tsx<p>with two-zone layout: brand block + nav columns<nav aria-label="Footer navigation">for accessibilityLandingPage.css::before— gradient shimmer line (#6366f1 → #a855f7 → transparent)::after— ambient radial glow at footer bottom.footer-col a:hover—translateX(2px)slide + color shift:root:not(.dark)overrides for full light mode support640px— columns stack, dot separator hides✅ Testing Checklist
prefers-reduced-motionrespected🎯 Type of Change
Made with ❤️ for the DevCard community