Belgeler ve Footer

This commit is contained in:
Şahan Hasret
2025-10-21 17:59:26 +03:00
parent fc5910f440
commit d9ff0b1ef0
5 changed files with 607 additions and 38 deletions

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Ankara Metro - A2 Hattı İnşaat Projesi",
description: "Ankara Büyükşehir Belediyesi A2 Metro Hattı inşaat projesi - Dikimevi Metro Hattı",
};
export default function RootLayout({
@@ -23,9 +23,10 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="tr" suppressHydrationWarning>
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
suppressHydrationWarning
>
{children}
</body>