diff --git a/src/app/(agent)/agent/dashboard/component/InfoCard.tsx b/src/app/(agent)/agent/dashboard/component/InfoCard.tsx
index 7c5073e..7c14f49 100644
--- a/src/app/(agent)/agent/dashboard/component/InfoCard.tsx
+++ b/src/app/(agent)/agent/dashboard/component/InfoCard.tsx
@@ -10,8 +10,8 @@ export function InfoCard({ title, content, icon }: InfoCardProps) {
return (
{icon}
- {title &&
{title}
}
-
{content}
+ {title &&
{title}
}
+
{content}
);
}
diff --git a/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx b/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
index ddf2460..4404ae9 100644
--- a/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
+++ b/src/app/(agent)/agent/dashboard/component/SpecializationCard.tsx
@@ -12,15 +12,15 @@ export function SpecializationCard({ title, items, icon }: SpecializationCardPro
return (
{icon}
-
{title}
+
{title}
{items.map((item, idx) => (
-
+
{item}
))}
-
- I have been working with Lorem .
+ I have been working with Lorem .
- {text}
+ {text}
-
{author}
-
{role}
+
{author}
+
{role}
diff --git a/src/app/(agent)/agent/dashboard/page.tsx b/src/app/(agent)/agent/dashboard/page.tsx
index dc69ad4..a06d49a 100644
--- a/src/app/(agent)/agent/dashboard/page.tsx
+++ b/src/app/(agent)/agent/dashboard/page.tsx
@@ -106,18 +106,18 @@ export default function AgentDashboard() {
- Available.
+ Available.
-
+
Connect
- Unavailable.
+ Unavailable.
-
+
Connect
@@ -146,8 +146,8 @@ export default function AgentDashboard() {
{/* Name and Info - Centered for Mobile */}
-
- {firstName}{' '}
+
+ {firstName}{' '}
{lastName}
{agentData.isVerified && (
@@ -172,8 +172,8 @@ export default function AgentDashboard() {
/>
-
{agentData.title}
-
+
{agentData.title}
+
- Available.
+ Available.
-
+
Connect
- Unavailable.
+ Unavailable.
-
+
Connect
@@ -279,8 +279,8 @@ export default function AgentDashboard() {
-
- {firstName}{' '}
+
+ {firstName}{' '}
{lastName}
{agentData.isVerified && (
@@ -305,8 +305,8 @@ export default function AgentDashboard() {
/>
-
{agentData.title}
-
+
{agentData.title}
+
{/* Bio */}
- {agentData.bio}
+ {agentData.bio}
{/* Expertise Tags */}
@@ -369,7 +369,7 @@ export default function AgentDashboard() {
{/* Experience Section */}
-
Experience
+
Experience
Years in Experience
@@ -423,7 +423,7 @@ export default function AgentDashboard() {
{/* Desktop Experience Section */}
-
Experience
+
Experience
@@ -532,7 +532,7 @@ export default function AgentDashboard() {
{/* Specialization Section - Single Column on Mobile */}
-
Specialization
+
Specialization
Area Of Expertise and Focus
@@ -603,7 +603,7 @@ export default function AgentDashboard() {
{/* Testimonials Section - Single Column on Mobile */}
-
Testimonials
+
Testimonials
Clients rate our real estate services 4.9 out of 5 on average, based on recent client reviews.