feat: Fetch real agent data for featured professionals and update associated icons and image placeholders.

This commit is contained in:
pradeepkumar
2026-03-14 21:30:37 +05:30
parent ddcc04a446
commit 751388ed00
9 changed files with 124 additions and 181 deletions

View File

@@ -72,7 +72,8 @@ class TopProfessionalsNotifier extends StateNotifier<TopProfessionalsState> {
final name = type.name.toLowerCase();
if (name.contains('lender') || name.contains('lending')) {
lenderTypeId = type.id;
} else if (name.contains('agent') ||
} else if (name.contains('professional') ||
name.contains('agent') ||
name.contains('realtor') ||
name.contains('broker')) {
agentTypeId = type.id;