genarato alcuni partials e corretto drop down

This commit is contained in:
fabio
2026-02-23 17:09:35 +01:00
parent 3fc01cc4f7
commit 2552b8ad8f
35 changed files with 587 additions and 221 deletions

View File

@@ -1,10 +1,5 @@
{{define "content"}}
<section class="rounded-lg border border-gray-200 bg-white p-8 shadow-sm">
<h1 class="mb-2 text-3xl font-bold text-gray-900">Trustcontact</h1>
<p class="mb-6 text-gray-600">Accedi o registrati per continuare.</p>
<div class="flex flex-wrap gap-3">
<a class="rounded-lg bg-blue-700 px-5 py-2.5 text-sm font-medium text-white hover:bg-blue-800" href="/login">Accedi</a>
<a class="rounded-lg border border-gray-300 bg-white px-5 py-2.5 text-sm font-medium text-gray-900 hover:bg-gray-100" href="/signup">Registrati</a>
</div>
<h1 class="text-3xl font-bold text-gray-900">Home Page</h1>
</section>
{{end}}