feat: add FooterSection component with contact form and internationalization support

This commit is contained in:
Esteban 2026-05-17 08:55:09 -05:00
parent 4752f2d307
commit 0126b57313
1 changed files with 4 additions and 4 deletions

View File

@ -34,16 +34,16 @@ const isHebrew = Astro.currentLocale === "he";
<!--email_off-->
<a
class="font-light hover:text-[#D4C7A1] transition-all hover:underline hover:underline-offset-4 hidden lg:block"
href="mailto:developer@centrodelreinodepazyjusticia.com"
>developer@centrodelreinodepazyjusticia.com</a
href="mailto:joseperez@centrodelreinodepazyjusticia.com"
>joseperez@centrodelreinodepazyjusticia.com</a
>
<!--/email_off-->
</p>
<!--email_off-->
<a
class="font-light hover:text-[#D4C7A1] transition-all hover:underline hover:underline-offset-4 block lg:hidden overflow-hidden overflow-ellipsis"
href="mailto:developer@centrodelreinodepazyjusticia.com"
>developer@centrodelreinodepazyjusticia.com</a
href="mailto:joseperez@centrodelreinodepazyjusticia.com"
>joseperez@centrodelreinodepazyjusticia.com</a
>
<!--/email_off-->
<p