Bob AI: add a new button 'Learn More' in team section

This commit is contained in:
2026-02-02 00:10:44 +02:00
parent 49fa1dc12f
commit b1c653df58

View File

@@ -138,6 +138,9 @@ const TeamCardEleven = ({
)}> )}>
{member.detail} {member.detail}
</p> </p>
<button className="text-base md:text-lg font-medium text-primary hover:text-primary/80 transition-colors">
Learn More
</button>
</div> </div>
); );