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. +

+
+ + + +
+ +