From e6c59b4997e3312c8b9c3952bc27b0e567a2f501 Mon Sep 17 00:00:00 2001 From: Hyko Date: Wed, 15 Apr 2026 17:33:42 -0400 Subject: [PATCH] feat: redesign public landing page with minimal terminal aesthetic --- templates/app/(public)/page.js | 40 +++++++++++++++++++++++++++++----- templates/app/layout.js | 4 ++-- 2 files changed, 37 insertions(+), 7 deletions(-) diff --git a/templates/app/(public)/page.js b/templates/app/(public)/page.js index 3862648..db13c76 100644 --- a/templates/app/(public)/page.js +++ b/templates/app/(public)/page.js @@ -1,12 +1,42 @@ +import Link from "next/link"; + export const metadata = { - title: "", - description: "", + title: "ZEN", + description: "Un CMS simple et rapide.", }; export default function Page() { return ( -
-

Hello World

-
+
+
+
+ @zen/core ~ % +
+ +

+ ZEN +

+ +

+ Un CMS Next.js construit sur l'essentiel, rien de plus, rien de moins. +

+ +

+ Le projet est encore jeune. Beaucoup de choses arrivent. Si vous êtes là tôt, vous verrez grandir quelque chose. +

+ +
+ + code source ↗ + + + auth ↗ + + + admin ↗ + +
+
+
); } diff --git a/templates/app/layout.js b/templates/app/layout.js index 6c2df47..6b073eb 100644 --- a/templates/app/layout.js +++ b/templates/app/layout.js @@ -9,11 +9,11 @@ export const metadata = { export default function RootLayout({ children }) { return ( - +