feat: add profile links to featured agents and professionals by updating CMS types and card components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user