Merge version_2 into main #6
@@ -1,13 +1,12 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "@/app/globals.css";
|
||||
import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper";
|
||||
import { Tag } from "@/components/shared/Tag";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "BuildPro - Construction et Rénovation en Belgique", description: "Entreprise de construction et rénovation professionnelle en Belgique. Services spécialisés avec 10 ans d'expérience."};
|
||||
title: "BuildPro - Construction et Rénovation en Belgique", description: "Entreprise de construction et rénovation professionnelle en Belgique. Services spécialisés avec 10 ans d'expérience."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -17,10 +16,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="fr" suppressHydrationWarning>
|
||||
<body className={inter.className}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user