From daa78ae36666abff5a8c3045882fa75d83f76bf7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:04:08 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1437 +------------------------------------------- 1 file changed, 18 insertions(+), 1419 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb6a941..cc0ada5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1438 +1,38 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; -import { Manrope } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); +import "./styles/variables.css"; +import "./styles/base.css"; +import { ServiceWrapper } from "@/providers/ServiceWrapper"; +import { Tag } from "@/components/utility/Tag"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); - -const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "D-Max Zwembaden | Professionele Zwembadbouw België", - description: "D-Max Zwembaden in Westerlo: 20+ jaren ervaring in zwembadaanleg, zelfbouwprojecten en technische installatie. Kwaliteit, service en vakmanschap.", - keywords: "zwembadaanleg, zwembadbouw, zelfbouw zwembad, zwembadtechniek, Westerlo, België", - metadataBase: new URL("https://dmaxs.be"), - alternates: { - canonical: "https://dmaxs.be", - }, - openGraph: { - title: "D-Max Zwembaden - Uw Droomzwembad", - description: "Professional swimming pool construction and self-build solutions in Belgium. 20+ years of expertise.", - url: "https://dmaxs.be", - siteName: "D-Max Zwembaden", - type: "website", - images: [ - { - url: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8437.jpg", - alt: "D-Max Zwembaden luxury pool project", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "D-Max Zwembaden - Professionele Zwembadbouw", - description: "20+ jaren ervaring in zwembadaanleg en technische installatie in België", - images: ["http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-hotel-resort-with-chair-deck-leisure-vacation_74190-8437.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "D-Max Zwembaden - Luxe Zwembadoplossingen", description: "Meer dan 20 jaar ervaring in zwembadbouw. D-Max Zwembaden realiseert uw droomzwembad met kwaliteit, service en technisch vakmanschap."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - + + + {children} - +