From 1fdf7097e024d7ecfa0fbbcbbb0887b6789d31b8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:44:20 +0000 Subject: [PATCH] Switch to version 2: modified src/app/layout.tsx --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6aade8d..6817972 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: "çilingir edirne", description: "7/24 Acil Çilingir Hizmeti – 15 Dakikada Kapınızdayız" -}; + title: "Create Next App", description: "Generated by create next app"}; export default function RootLayout({ children, @@ -14,7 +13,7 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - + {children}