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}