From 9b33cb36902e7db1a39fa554e000ee60576f764b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:24:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a13268d..e513b33 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Haustechnik MM - Heizung und Sanitär in Dillingen", description: "Professionelle Haustechnik, Installation und Reparatur vom Fachbetrieb in Dillingen. Schnell, zuverlässig und mit über 20 Jahren Erfahrung."}; + title: "Haustechnik MM - Heizung und Sanitär in Dillingen", description: "Professionelle Haustechnik, Installation und Reparatur vom Fachbetrieb in Dillingen. Schnell, zuverlässig und mit über 20 Jahren Erfahrung." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From f4a4eef63265c02ef749ceffff1813dbb8e63c75 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:24:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 684cb67..f9c16a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,16 +123,16 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1