Further updates on 29-10-25

This commit is contained in:
2025-10-29 08:52:43 +05:30
parent 8fa16ca657
commit e8eb539932
15 changed files with 509 additions and 573 deletions

View File

@ -129,7 +129,7 @@ const TeamListing: React.FC<TeamListingProps> = ({
<h3 className="text-lg font-medium mb-2 group-hover:opacity-70 transition-opacity" style={{ color: '#012068' }}>
{member.name}
</h3>
<p className="text-sm leading-relaxed" style={{ color: '#333' }}>
<p className="text-sm leading-relaxed" style={{ color: '#e64838' }}>
{member.position}
</p>
{member.department && (
@ -138,7 +138,7 @@ const TeamListing: React.FC<TeamListingProps> = ({
</p>
)}
{member.specialty && (
<p className="text-xs mt-1 font-medium" style={{ color: '#e64838' }}>
<p className="text-xs mt-1 font-medium" style={{ color: '#333' }}>
{member.specialty}
</p>
)}