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--> <!--email_off-->
<a <a
class="font-light hover:text-[#D4C7A1] transition-all hover:underline hover:underline-offset-4 hidden lg:block" class="font-light hover:text-[#D4C7A1] transition-all hover:underline hover:underline-offset-4 hidden lg:block"
href="mailto:developer@centrodelreinodepazyjusticia.com" href="mailto:joseperez@centrodelreinodepazyjusticia.com"
>developer@centrodelreinodepazyjusticia.com</a >joseperez@centrodelreinodepazyjusticia.com</a
> >
<!--/email_off--> <!--/email_off-->
</p> </p>
<!--email_off--> <!--email_off-->
<a <a
class="font-light hover:text-[#D4C7A1] transition-all hover:underline hover:underline-offset-4 block lg:hidden overflow-hidden overflow-ellipsis" 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" href="mailto:joseperez@centrodelreinodepazyjusticia.com"
>developer@centrodelreinodepazyjusticia.com</a >joseperez@centrodelreinodepazyjusticia.com</a
> >
<!--/email_off--> <!--/email_off-->
<p <p