feat: add FooterSection component with contact form and internationalization support
This commit is contained in:
parent
4752f2d307
commit
0126b57313
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue