From 3ceb3dc866b27a849d831044ebe3df02b5d41d0c Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 19 Jan 2026 00:23:46 +0530 Subject: [PATCH] feat: add new contact page with form and contact details --- .../settings/component/SettingsSidebar.tsx | 69 +++--- src/app/(agent)/agent/settings/page.tsx | 208 +++++++++--------- 2 files changed, 139 insertions(+), 138 deletions(-) diff --git a/src/app/(agent)/agent/settings/component/SettingsSidebar.tsx b/src/app/(agent)/agent/settings/component/SettingsSidebar.tsx index 88bbe80..3bc80d1 100644 --- a/src/app/(agent)/agent/settings/component/SettingsSidebar.tsx +++ b/src/app/(agent)/agent/settings/component/SettingsSidebar.tsx @@ -41,40 +41,41 @@ interface SettingsSidebarProps { export function SettingsSidebar({ profileImage = '/assets/icons/user-placeholder-icon.svg', - name = 'Brain Nooland', + name = 'Brain Neeland', title = 'Top Real Estate Agent', }: SettingsSidebarProps) { const pathname = usePathname(); return ( -
- {/* Profile Section */} -
-
- {name} +
+ {/* Profile Card */} +
+
+
+ {name} +
+
+

+ {name} +

+

+ {title} +

+
-

- {name} -

-

- {title} -

- {/* Divider */} -
- - {/* Categories Section */} -
+ {/* Categories Card */} +
{/* Categories Header */} -
-

+
+

Categories

{/* Navigation Items */} -