From 25d922c5b081b4e89c9ec763655cdb2f5b0d76e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:11:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4296efb..ad11a58 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,7 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Physio Shala - Physiotherapie Konstanz", description: "Professionelle Physiotherapie in Konstanz mit modernen Therapien und persönlicher Betreuung." -}; + title: "Physio Shala", description: "Professional physiotherapy in Konstanz"}; export default function RootLayout({ children, @@ -14,7 +13,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}