Fix UI/UX of contact section (#931) - #958
Open
Sai-Emani25 wants to merge 1 commit into
Open
Conversation
- Added Interactive map/address section - Added Social media links integration
|
@Sai-Emani25 is attempting to deploy a commit to the premkolte's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
✨ Hi @Sai-Emani25! Thanks for submitting another pull request. Your continuous improvements are highly valued. Keep contributing! 🙌 |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Contact page UI by adding a new “Visit Us” card that includes an address block and social-media icon links, aligning with the goal of improving the contact section’s UI/UX.
Changes:
- Added a new “Socials & Address” (Visit Us) card with a MapPin icon and a static address.
- Added social icon links (GitHub/Twitter/LinkedIn) to the new card.
- Updated lucide-react icon imports to support the new UI block.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+462
to
+468
| {/* Socials & Address */} | ||
| <div | ||
| className={`text-center p-6 bg-white/60 dark:bg-gray-800/60 backdrop-blur-md rounded-2xl border border-gray-200 dark:border-gray-700 shadow-lg hover:shadow-xl transition-all duration-500 hover:scale-105 hover:-translate-y-2 group transform ${ | ||
| visibleStats.includes(2) | ||
| ? "translate-x-0 opacity-100" | ||
| : "-translate-x-16 opacity-0" | ||
| }`} |
Comment on lines
+483
to
+486
| <a href="#" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> | ||
| <Twitter className="w-5 h-5 text-blue-400" /> | ||
| </a> | ||
| <a href="#" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> |
| 123 Animation Street,<br/>Creative City, CA 90210 | ||
| </p> | ||
| <div className="flex justify-center gap-4 mt-2"> | ||
| <a href="https://github.com/Premkolte/AnimateHub" target="_blank" rel="noopener noreferrer" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> |
| <a href="https://github.com/Premkolte/AnimateHub" target="_blank" rel="noopener noreferrer" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> | ||
| <Github className="w-5 h-5 text-gray-700 dark:text-gray-300" /> | ||
| </a> | ||
| <a href="#" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> |
| <a href="#" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> | ||
| <Twitter className="w-5 h-5 text-blue-400" /> | ||
| </a> | ||
| <a href="#" className="p-2 bg-gray-100 dark:bg-gray-700 rounded-full hover:bg-gray-200 dark:hover:bg-gray-600 transition-colors"> |
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.
Pull Request Template
Description
Please include a summary of the changes and the related issue.
Fixes #(issue number)
Checklist:
Please mention these details about yourself here.
regards,
Prem Kolte.