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 29688c8 commit ad79ec5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/coding-domain/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ const CodingDomainPage = () => {
</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>

{/* Coding Team Member 5 */}
<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="./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>
</div>
</div>
</div>
);
Expand Down

0 comments on commit ad79ec5

Please sign in to comment.