Update src/app/layout.tsx

This commit is contained in:
2026-03-10 16:41:38 +00:00
parent 284b8617de
commit b3d32a6db6

View File

@@ -27,6 +27,7 @@ export const metadata: Metadata = {
title: "Unimog Service Lingen - Franke & Twiehaus Mercedes-Benz Werkstatt",
description: "Zuverlässige Unimog und Nutzfahrzeug Reparatur, Wartung und Service in Lingen, Emsland. Professionelle Werkstatt für Unimog, LKW und Transportfahrzeuge.",
keywords: "Unimog Service Lingen, Unimog Werkstatt, Nutzfahrzeug Werkstatt Lingen, LKW Werkstatt Lingen, Mercedes-Benz Unimog Reparatur",
metadataBase: new URL("https://franke-twiehaus.de"),
openGraph: {
title: "Unimog & Nutzfahrzeug Service Lingen",
description: "Professionelle Reparatur und Wartung für Unimog und Nutzfahrzeuge",
@@ -45,7 +46,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="de" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${nunito.variable} antialiased`}