config traduction middleware

This commit is contained in:
2026-04-14 20:17:17 +02:00
parent 8fdcc33079
commit 308099ca2a
4 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function Home() {
return (
<main className="min-h-screen bg-brand-beige text-brand-black flex items-center justify-center">
<h1 className="font-serif text-6xl">Hello World</h1>
</main>
);
}