feat: Implement 'Show More/Less' functionality for specialization cards, refine expertise tag extraction logic, and update the 'Browse Experts' navigation link.

This commit is contained in:
pradeepkumar
2026-02-02 16:24:39 +05:30
parent 1faed9140c
commit 719b784dfe
3 changed files with 57 additions and 22 deletions

View File

@@ -273,7 +273,7 @@ export function TopProfessionals() {
</p>
{/* Browse Experts Button */}
<Link href="/agents">
<Link href="/user/profiles">
<button className="bg-[#e58625] hover:bg-[#d47820] text-white font-fractul font-bold text-[16px] leading-[19px] px-8 py-3 rounded-[15px] transition-colors">
Browse Experts
</button>