eerste commit

This commit is contained in:
colinislit
2025-11-09 15:43:41 +01:00
parent 223161463f
commit 530b8f1bdb
9 changed files with 1371 additions and 21 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: "Mini-ECD | PinkRoccade GGZ",
description: "Mini-ECD prototype voor AI-inspiratiesessie - Intake, Probleemprofiel en Behandelplan met AI-ondersteuning",
};
export default function RootLayout({
@@ -23,7 +23,7 @@ export default function RootLayout({
children: React.ReactNode;
}>) {
return (
<html lang="en">
<html lang="nl">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>