Update src/app/layout.tsx

This commit is contained in:
2026-03-04 13:06:45 +00:00
parent 1f76d39bec
commit abfa6a04f3

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Create Next App", description: "Generated by create next app"};
title: "çilingir edirne", description: "7/24 Acil Çilingir Hizmeti 15 Dakikada Kapınızdayız"
};
export default function RootLayout({
children,
@@ -13,7 +14,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en">
<html lang="tr">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{