update contact

This commit is contained in:
2025-04-29 15:46:14 -03:00
parent 52d0e4755f
commit 37e1a5a935
24 changed files with 119 additions and 113 deletions

View File

@@ -23,12 +23,8 @@ const year = new Date().getFullYear();
<body>
<header>
<Container class="flex items-center py-3">
<a
href="/"
aria-label="Página inicial"
class="hover:outline rounded-xs outline-offset-2"
>
<Container class="flex items-center py-2.5">
<a href="/" aria-label="Página inicial">
<Icon name="logos/eduseg" class="w-28 h-auto" />
</a>
@@ -54,8 +50,17 @@ const year = new Date().getFullYear();
</main>
<footer class="py-2.5 lg:py-6 text-white/70">
<Container>
&copy; {year} EDUSEG&reg; Todos os direitos reservados. CNPJ15.608.435/0001-90
<Container class="flex max-lg:flex-col gap-2.5 justify-between">
<div>
&copy; {year} EDUSEG&reg; Todos os direitos reservados. CNPJ15.608.435/0001-90
</div>
<a
href="#"
class="underline hover:no-underline flex items-center gap-1 max-lg:self-center"
>
<Icon name="arrow-up" />
<span>Voltar ao início</span>
</a>
</Container>
</footer>