Updated design

This commit is contained in:
2026-07-19 09:54:35 +02:00
parent e3a735acda
commit 804e7f90d1
36 changed files with 403 additions and 328 deletions
+9
View File
@@ -0,0 +1,9 @@
@page "/"
@namespace MidrandBooks.Components.Pages
<div class="space-y-4">
<!-- Active MainLayout triggers rendering and manages central state. This Home page acts as the default routing node in Blazor structures. -->
<div class="hidden">
<span class="font-mono text-[9px] text-slate-400">Blazor route target loaded.</span>
</div>
</div>