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

This commit is contained in:
2026-02-01 23:23:51 +02:00
parent ae2ee9fd0d
commit 27e2c785ce

View File

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