Skip to content

Fix UI/UX of contact section (#931) - #958

Open
Sai-Emani25 wants to merge 1 commit into
Premkolte:mainfrom
Sai-Emani25:fix-931-contact-ui
Open

Fix UI/UX of contact section (#931)#958
Sai-Emani25 wants to merge 1 commit into
Premkolte:mainfrom
Sai-Emani25:fix-931-contact-ui

Conversation

@Sai-Emani25

Copy link
Copy Markdown
  • Added Interactive map/address section
  • Added Social media links integration

Pull Request Template

Description

Please include a summary of the changes and the related issue.

Fixes #(issue number)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings

Please mention these details about yourself here.

  1. Contributor Name :
  2. Contributor Email ID :
  3. Contributor Github Link :

regards,

Prem Kolte.

- Added Interactive map/address section
- Added Social media links integration
Copilot AI review requested due to automatic review settings July 8, 2026 16:08
@vercel

vercel Bot commented Jul 8, 2026

Copy link
Copy Markdown

@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.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

✨ Hi @Sai-Emani25! Thanks for submitting another pull request. Your continuous improvements are highly valued. Keep contributing! 🙌

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants