subdomain footer

This commit is contained in:
2026-07-27 16:34:32 -04:00
parent 2f1b5f35c6
commit 34db684fe1
6 changed files with 43 additions and 29 deletions

View File

@@ -343,19 +343,6 @@ export default function NessaLanding() {
</div>
</div>
</section>
{/* ─── Footer ───────────────────────────────────────────────── */}
<footer class="border-surface0 relative z-10 border-t px-4 py-10">
<div class="text-text/60 mx-auto flex max-w-6xl flex-col items-center justify-between gap-4 text-sm sm:flex-row">
<span>{site().displayName}</span>
<A
href={buildMainSiteUrl()}
class="hover:text-text underline-offset-4 hover:underline"
>
freno.me
</A>
</div>
</footer>
</main>
</>
);