From f9a9ab0d5afcc09df108c88863a0cf9ead9444ff Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 18 Jan 2026 17:56:24 +0530 Subject: [PATCH] ui: Apply `font-fractul` and `font-serif` typography to various text elements and buttons across agent dashboard components. --- .../agent/dashboard/component/InfoCard.tsx | 4 +- .../component/SpecializationCard.tsx | 6 +-- .../(agent)/agent/dashboard/component/Tag.tsx | 2 +- .../dashboard/component/TestimonialCard.tsx | 8 ++-- src/app/(agent)/agent/dashboard/page.tsx | 42 +++++++++---------- 5 files changed, 31 insertions(+), 31 deletions(-) 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.
-
- Unavailable. + Unavailable.
-
@@ -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.
-
- Unavailable. + Unavailable.
-
@@ -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.