change title

This commit is contained in:
Dominik Natter
2025-03-28 10:36:42 +01:00
parent fdf551167e
commit 2aec39cfcd

View File

@@ -15,8 +15,8 @@ const geistMono = Geist_Mono({
});
export const metadata = {
description: "Diplomarbeiten - HTL Dornbirn",
title: "Diplomarbeiten - HTL Dornbirn",
description: "Text Analyzer - Natter",
title: "Analyze your Text in real-time.",
};
export default async function RootLayout(props: { children: React.ReactNode }) {