From ba0fae4a71fed71df1f94a5c5a2969700ec663d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 19:33:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1433 +------------------------------------------- 1 file changed, 17 insertions(+), 1416 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c5a7775..5f66b94 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1433 +1,35 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Nunito_Sans } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import "@/app/globals.css"; +import ServiceWrapper from "@/providers/serviceWrapper/ServiceWrapper"; +import { Tag } from "@/components/shared/Tag"; -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const nunitoSans = Nunito_Sans({ - variable: "--font-nunito-sans", - subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Construction & Rénovation Belgique | BuildPro - Expert Local", - description: "Expert en construction, rénovation et extension résidentielle en Belgique. Devis gratuit, travaux garantis. Appelez BuildPro pour transformer votre maison.", - keywords: "construction belgique, rénovation maison, extension résidentielle, entrepreneur belgique, travaux construction", - openGraph: { - title: "Construction & Rénovation Belgique | BuildPro", - description: "Découvrez nos services de construction et rénovation professionnels en Belgique.", - siteName: "BuildPro", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg", - alt: "BuildPro - Construction et rénovation", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Construction & Rénovation Belgique | BuildPro", - description: "Expert local en construction, rénovation et extension résidentielle.", - images: ["http://img.b2bpic.net/free-photo/engineers-helmets-standing-by-factory_1157-35532.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + 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, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - + + + {children} - +