diff --git a/src/app/(projects)/projects/specialists/page.tsx b/src/app/(projects)/projects/specialists/page.tsx
index 7bb062d..733ba79 100644
--- a/src/app/(projects)/projects/specialists/page.tsx
+++ b/src/app/(projects)/projects/specialists/page.tsx
@@ -10,6 +10,7 @@ import BoldIcon from "@/components/ui/BoldIcon";
import BackButton from "@/components/ui/BackButton";
import Container from "@/components/elements/Container";
import LocalePageShell from "@/components/i18n/LocalePageShell";
+import SpecialistCarousel from "@/components/projects/SpecialistCarousel";
import useAxios from "@/hooks/useAxios";
import { buildStorageUrl } from "@/components/main/BaseUrl";
import { cn } from "@/lib/utils";
@@ -468,6 +469,18 @@ export default function SpecialistsPage() {
)}
) : null}
+
+ {phase === "results" && !showFilter && users.length > 0 ? (
+
+ ) : null}
);
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 5782b63..8b22adb 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -99,7 +99,7 @@ export default async function RootLayout({
- {children}
+ {children}
{/* ====================== گوگل آنالیتیکس ====================== */}