diff --git a/src/app/darmasaba/layout.tsx b/src/app/darmasaba/layout.tsx
index 1d0e51bd..3ad3ac6c 100644
--- a/src/app/darmasaba/layout.tsx
+++ b/src/app/darmasaba/layout.tsx
@@ -1,30 +1,25 @@
"use client";
import colors from "@/con/colors";
-import { MantineProvider, createTheme } from "@mantine/core";
import { Box, Space, Stack } from "@mantine/core";
import { Navbar } from "@/app/darmasaba/_com/Navbar";
import Footer from "./_com/Footer";
-const theme = createTheme({});
-
export default function Layout({ children }: { children: React.ReactNode }) {
return (
-
-
-
-
-
- {children}
-
-
-
-
+
+
+
+
+ {children}
+
+
+
)
}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6ef04136..24424b14 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -23,7 +23,7 @@ export const viewport: Viewport = {
export const metadata: Metadata = {
// ✅ Tambahkan metadataBase
metadataBase: new URL("https://cld-dkr-staging-desa-darmasaba.wibudev.com"),
-
+
title: {
default: "Desa Darmasaba",
template: "%s | Desa Darmasaba",
@@ -96,22 +96,24 @@ export default function RootLayout({
return (
-
-
-
-
-
-
- {children}
-
-
-
-
-
+
+
+
+
+
+ {children}
+
+
+
+
+