Merge version_3 into main #7
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body>
|
||||
<ServiceWrapper>
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user