From 860a503bc9ce61d8bfcb60bd9ba9d9cfae3b462d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 09:12:37 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4f79884..61cad4d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; import "./styles/variables.css"; import "./styles/base.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; export const metadata: Metadata = { - title: "Residence - Premium Real Estate", description: "Discover premium residences and find your perfect home with expert guidance."}; + title: "Residence - Premium Real Estate", description: "Discover premium residences and find your perfect home with expert guidance." +}; export default function RootLayout({ children, @@ -14,9 +14,7 @@ export default function RootLayout({ return ( - - {children} - + {children}