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

This commit is contained in:
2026-02-02 10:33:00 +02:00
parent 6f1cf3c2b3
commit 5bf9f7d990

View File

@@ -138,6 +138,7 @@ const TeamCardEleven = ({
)}> )}>
{member.detail} {member.detail}
</p> </p>
<button className="ml-auto text-blue-500 hover:underline">Learn More</button>
</div> </div>
); );