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

This commit is contained in:
2026-02-02 10:04:18 +02:00
parent f46e37c554
commit 09f0b91cfa

View File

@@ -138,6 +138,9 @@ const TeamCardEleven = ({
)}>
{member.detail}
</p>
<button className="text-base md:text-lg font-medium ml-auto bg-accent hover:bg-accent-hover text-foreground hover:text-foreground-hover px-4 py-2 rounded-lg">
Learn More
</button>
</div>
);