diff --git a/src/components/section/FooterSection.astro b/src/components/section/FooterSection.astro new file mode 100644 index 0000000..b354e25 --- /dev/null +++ b/src/components/section/FooterSection.astro @@ -0,0 +1,42 @@ +--- +import { Icon } from "astro-icon/components"; + +--- +
+
+

Contacto

+

Conectmos con visión y propósito

+ +
+

El Centro del Reino de Paz y Justicia dispone de canales directos para consultas institucionales, participación en programas y acti- vidades internacionales.

+

Correo electrónico: info@centrodelreinodepazyjusticia.com Redes sociales: actualizaciones permanentes sobre actividades y convocatorias.

+ +
+
+
+ + + + + +
+
+
+ +
+
    +
  • +
  • +
  • +
  • +
+ +
+
+
+

©2026. Todos los Derechos Reservados. All Rights Reserved. Centro del Reino de Paz y Justicia

+
+
+
\ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index b690a0d..acc38f8 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import NewsSection from "../components/section/NewsSection.astro"; import ParticipateSection from "../components/section/ParticipateSection.astro"; import CarouselSection from "../components/section/CarouselSection.astro"; import InfoSection from "../components/section/InfoSection.astro"; -import IdentitySecion from "../components/section/identitySection.astro"; +import IdentitySection from "../components/section/IdentitySection.astro"; import { infoboxes } from "../data/content/infosection.js"; import ColorSection from "../components/section/ColorSection.astro"; @@ -15,6 +15,7 @@ import TitleSection from "../components/section/TitleSection.astro"; import GridSection from "../components/section/GridSection.astro"; import ColumnsSection from "../components/section/ColumnsSection.astro"; import FormationSection from "../components/section/FormationSection.astro"; +import FooterSection from "../components/section/FooterSection.astro"; const carouselImages2 = [ "https://picsum.photos/1920/800?random=1&grayscale", @@ -36,7 +37,7 @@ const carouselImages3 = [ - - @@ -77,4 +77,6 @@ Su mirada es estratégica, internacional y orientada al futuro, consciente de lo + +