diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 73f3a6c..00ae228 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -3,8 +3,9 @@ import { Playfair_Display, DM_Sans } from "next/font/google";
import "./globals.css";
import ScrollToTop from "@/components/ScrollToTop/ScrollToTop";
// import Navbar from '@/components/Navbar/Navbar';
-import NavbarWrapper from "@/components/NavbarWrapper";
+// import NavbarWrapper from "@/components/NavbarWrapper";
import Script from "next/script";
+import NavbarClient from "@/components/NavbarClient";
const playfairDisplay = Playfair_Display({
subsets: ["latin"],
@@ -152,7 +153,8 @@ export default function RootLayout({
}}
/>
-
+ {/* */}
+
{children}