Compare commits

..

2 Commits

Author SHA1 Message Date
Julio Ruiz 5b1da2ce6d Merge pull request 'Uploading optimizations' (#7) from feature/seo-optimizations into main
Reviewed-on: #7
2026-02-13 23:20:43 +00:00
Julio Ruiz 62f835be00 Uploading optimizations 2026-02-13 18:11:31 -05:00
10 changed files with 12 additions and 17 deletions

View File

@ -1,5 +1,6 @@
---
import { Icon } from "astro-icon/components";
import { Image } from "astro:assets";
const { props } = Astro.props;
const textColor = props.textColor || ''
@ -18,7 +19,7 @@ const imageUrl = props.image || ''
)}
{ props.type === 'image' && (
<div class="object-cover aspect-square flex">
<img class="w-full object-cover" src={props.image} alt="" />
<Image class="w-full object-cover" src={props.image} alt={props.text||''} width="400" height="400" />
</div>
)}
</div>

View File

@ -1,7 +1,5 @@
---
const { bgColor, titleColor, textColor, title, text, id } = Astro.props;
console.log( 'Props', bgColor )
---
<div id={id} class={`bg-[${bgColor}] py-20`}>
<div class="container mx-auto w-3/4">

View File

@ -5,7 +5,7 @@ slug: 2025-09-18-la-democracia-se-vistio-de-gala
place: Congreso de Colombia
city: Bogotá
country: CO
thumbnail: https://ik.imagekit.io/crpy/Condecoracion-JBP-congreso-18-sep-2025_-15-scaled.jpg
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/Condecoracion-JBP-congreso-18-sep-2025_-15-scaled.jpg
---
En el imponente Salón Elíptico del Capitolio Nacional, recinto donde se escriben las páginas más solemnes de la vida republicana, el 18 de septiembre se vivió una jornada marcada por la solemnidad, los símbolos y el reconocimiento. Hacia las 10 de la mañana, bajo la cúpula que resguarda la sede del poder legislativo colombiano, se le impuso al doctor José Benjamín Pérez Matos, pastor y conferencista internacional, dos de las más altas distinciones que otorgan Senado y Cámara de Representantes.

View File

@ -5,7 +5,7 @@ slug: 2025-08-29-un-nuevo-hijo-para-jacarei
place: ''
city: Jacareí
country: BR
thumbnail: https://ik.imagekit.io/crpy/2025-09-04-19.53.04.jpg
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/2025-09-04-19.53.04.jpg
---
La ciudad de Jacareí, en el estado de São Paulo, Brasil, amaneció con un aire distinto, como si sus calles —vestidas de historia, árboles y palmeras— supieran que alguien especial venía a recorrerlas no como turista, sino como futuro hijo adoptivo.

View File

@ -6,23 +6,23 @@ place: 'Cámara de Representantes'
city: 'Bogotá'
state: 'Distrito Capital'
country: 'CO'
thumbnail: https://ik.imagekit.io/crpy/JBP-CONDECORACION-25.webp
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/JBP-CONDECORACION-25.webp
youtube: https://www.youtube.com/watch?v=ENQE4stFb4A
gallery: [
{
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-16.webp',
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-16.webp',
},
{
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-05.webp',
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-05.webp',
},
{
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-22.webp',
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-22.webp',
},
{
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-04.webp',
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-04.webp',
},
{
image: 'https://ik.imagekit.io/crpy/JBP-CONDECORACION-25.webp'
image: 'https://ik.imagekit.io/crpy/tr:w-1280/JBP-CONDECORACION-25.webp'
}
]
---

View File

@ -6,7 +6,7 @@ place: ''
city: 'San Juan Chamula'
state: 'Chiapas'
country: 'MX'
thumbnail: https://ik.imagekit.io/crpy/photo_2026-01-18_09-07-31.jpg
thumbnail: https://ik.imagekit.io/crpy/tr:w-600/photo_2026-01-18_09-07-31.jpg
---
San Juan Chamula, Chiapas — Entre montañas cubiertas de neblina y tradiciones ancestrales que siguen vivas en cada rincón, el viernes 4 de octubre de 2024 esta comunidad indígena se convirtió en un escenario de encuentro y esperanza con la visita del doctor José Benjamín Pérez Matos.

View File

@ -52,7 +52,6 @@ const emailApiKey = import.meta.env.EMAIL_API_KEY;
});
} catch (error) {
console.log(error)
return new Response(null, {
status: 302,
headers: {

View File

@ -59,7 +59,6 @@ export const POST: APIRoute = async ({ request }) => {
appendToSheet(valuesForSheets) // Guardar en Google Sheets
]);
// console.log(emailResponse)
if (!emailResponse.ok) {
return new Response(null, {
status: 302,
@ -78,7 +77,6 @@ export const POST: APIRoute = async ({ request }) => {
});
} catch (error) {
console.log(error)
return new Response(null, {
status: 302,
headers: {

View File

@ -22,7 +22,6 @@ export async function appendToSheet(values: any[]) {
},
});
} catch (error) {
console.error('Error guardando en Sheets:', error);
throw error;
}
}

View File

@ -32,7 +32,7 @@ const carouselImages2 = [
const carouselImages3 = [
{
image: "https://ik.imagekit.io/crpy/lonely-african-american-male-praying-with-his-hands-bible-with-his-head-down.webp",
image: "https://ik.imagekit.io/crpy/tr:w-1920,h-1080,cm-extract,x-0,y-1730/lonely-african-american-male-praying-with-his-hands-bible-with-his-head-down.webp",
text: "Justicia",
},
{