diff --git a/src/app/(user)/user/profile/[id]/page.tsx b/src/app/(user)/user/profile/[id]/page.tsx index bf035a8..0f5262c 100644 --- a/src/app/(user)/user/profile/[id]/page.tsx +++ b/src/app/(user)/user/profile/[id]/page.tsx @@ -294,7 +294,7 @@ export default function AgentProfileView() { } return ( -
+
{/* Main Layout - Responsive: Column on mobile, Row on desktop */}
diff --git a/src/app/(user)/user/profiles/page.tsx b/src/app/(user)/user/profiles/page.tsx index 7333b19..1502fad 100644 --- a/src/app/(user)/user/profiles/page.tsx +++ b/src/app/(user)/user/profiles/page.tsx @@ -24,13 +24,8 @@ function FilterSection({ title, options, selectedOptions, onToggle, showMore }: return (
-
+

{title}

-
{displayOptions.map((option) => (