Skip to content

Commit

Permalink
Ayush center again
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansh2116 committed Sep 18, 2024
1 parent c5a4c2e commit 29688c8
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions app/coding-domain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ const CodingDomainPage = () => {
</div>
</Link>

{/* Coding Team Member 5 */}
<Link href="/coding-team-member-5">
<div className="bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10">
<img src="./coding-member5.png" alt="Coding Team Member 5" className="w-32 h-32 mx-auto rounded-full" />
<h3 className="text-white text-xl mt-4">Ayush Daga</h3>
</div>
</Link>
{/* Coding Team Member 5 (Centered) */}
<div className="col-span-full flex justify-center">
<Link href="/coding-team-member-5">
<div className="bg-gray-800 p-6 rounded-lg hover:bg-gray-700 transition-colors duration-300 relative z-10">
<img src="/api/placeholder/128/128" alt="Coding Team Member 5" className="w-32 h-32 mx-auto rounded-full" />
<h3 className="text-white text-xl mt-4">Ayush Daga</h3>
</div>
</Link>

</div>
</div>
Expand Down

0 comments on commit 29688c8

Please sign in to comment.