diff --git a/src/app/(agent)/agent/dashboard/page.tsx b/src/app/(agent)/agent/dashboard/page.tsx
index e4a2471..9a8e3aa 100644
--- a/src/app/(agent)/agent/dashboard/page.tsx
+++ b/src/app/(agent)/agent/dashboard/page.tsx
@@ -496,34 +496,42 @@ export default function AgentDashboard() {
}
/>
- {workEnvironmentData.content && (
-
{workEnvironmentData.content}
} - /> - )} - {testimonials.length > 0 && ( -“{testimonials[0].text.length > 150 ? testimonials[0].text.substring(0, 150) + '...' : testimonials[0].text}”
} - /> - )} +{workEnvironmentData.content}
+ ) : ( +Not specified
+ ) + } + /> +“{personalTaglineData.content.length > 150 ? personalTaglineData.content.substring(0, 150) + '...' : personalTaglineData.content}”
+ ) : ( +Not specified
+ ) + } + /> {/* Specialization Section */} diff --git a/src/app/(user)/user/profile/[id]/page.tsx b/src/app/(user)/user/profile/[id]/page.tsx index 145d3e2..b76ee55 100644 --- a/src/app/(user)/user/profile/[id]/page.tsx +++ b/src/app/(user)/user/profile/[id]/page.tsx @@ -424,34 +424,42 @@ export default function AgentProfileView() { } /> - {workEnvironmentData.content && ( -{workEnvironmentData.content}
} - /> - )} - {personalTaglineData.content && ( -“{personalTaglineData.content.length > 150 ? personalTaglineData.content.substring(0, 150) + '...' : personalTaglineData.content}”
} - /> - )} +{workEnvironmentData.content}
+ ) : ( +Not specified
+ ) + } + /> +“{personalTaglineData.content.length > 150 ? personalTaglineData.content.substring(0, 150) + '...' : personalTaglineData.content}”
+ ) : ( +Not specified
+ ) + } + /> {/* Specialization Section */}