From b2338f815a7b3638d50de2a731a6d7785dfb38ca Mon Sep 17 00:00:00 2001 From: Jonathan Date: Sat, 18 Apr 2026 16:50:42 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Welcome=20page=20(index)=20=E2=80=94=20?= =?UTF-8?q?greeting,=20framing,=20nav=20cards?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index.astro | 175 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 162 insertions(+), 13 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index bdd4cbd..618b3fd 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,27 +1,176 @@ --- import BaseLayout from '../layouts/BaseLayout.astro'; + +// Placeholder — will be replaced with real session data once auth is built. +const user = { name: 'Mette' }; --- -
- Project Bifrost -

- Welcome to the hub. -

-

Authentication and personalised content coming soon.

-
+
+ + +
+ Fenja AI +
+ + +
+
+

Project Bifrost

+

+ Welcome, {user.name}. +

+

+ This is the private working space for the Bifrost pilot — where you follow what we are building, + shape it with your experience, and meet the people building it with you. +

+
+ + + +
+ +