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 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