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 (
-