feat: add profile links to featured agents and professionals by updating CMS types and card components

This commit is contained in:
pradeepkumar
2026-04-20 10:31:51 +05:30
parent ba8ce115b2
commit da805fbc5c
3 changed files with 37 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ export interface FeatureItem {
}
export interface FeaturedAgentItem {
id?: string;
name: string;
role: string;
rating: string;
@@ -28,6 +29,7 @@ export interface FeaturesContent {
}
export interface ProfessionalItem {
id?: string;
name: string;
subtitle: string;
location: string;