diff --git a/public/images/photos/Datacenter-racks-enorme_1920x960.jpg b/public/images/photos/datacenter-racks-1920x960.jpg similarity index 100% rename from public/images/photos/Datacenter-racks-enorme_1920x960.jpg rename to public/images/photos/datacenter-racks-1920x960.jpg diff --git a/public/images/photos/Datacenter-racks-enorme_1920x960.webp b/public/images/photos/datacenter-racks-1920x960.webp similarity index 100% rename from public/images/photos/Datacenter-racks-enorme_1920x960.webp rename to public/images/photos/datacenter-racks-1920x960.webp diff --git a/public/images/photos/Manos-escribiendo-teclado-café_1200x800.jpg b/public/images/photos/hands-typing-coffee-1200x800.jpg similarity index 100% rename from public/images/photos/Manos-escribiendo-teclado-café_1200x800.jpg rename to public/images/photos/hands-typing-coffee-1200x800.jpg diff --git a/public/images/photos/Manos-escribiendo-teclado-café_1200x800.webp b/public/images/photos/hands-typing-coffee-1200x800.webp similarity index 100% rename from public/images/photos/Manos-escribiendo-teclado-café_1200x800.webp rename to public/images/photos/hands-typing-coffee-1200x800.webp diff --git a/public/images/photos/Manos-escribiendo-teclado-café_600.jpg b/public/images/photos/hands-typing-coffee-600.jpg similarity index 100% rename from public/images/photos/Manos-escribiendo-teclado-café_600.jpg rename to public/images/photos/hands-typing-coffee-600.jpg diff --git a/public/images/photos/Manos-escribiendo-teclado-café_600.webp b/public/images/photos/hands-typing-coffee-600.webp similarity index 100% rename from public/images/photos/Manos-escribiendo-teclado-café_600.webp rename to public/images/photos/hands-typing-coffee-600.webp diff --git a/public/images/photos/Bahía-aérea-atardecer-mar_1920x800.jpg b/public/images/photos/maldonado-aerial-1920x800.jpg similarity index 100% rename from public/images/photos/Bahía-aérea-atardecer-mar_1920x800.jpg rename to public/images/photos/maldonado-aerial-1920x800.jpg diff --git a/public/images/photos/Bahía-aérea-atardecer-mar_1920x800.webp b/public/images/photos/maldonado-aerial-1920x800.webp similarity index 100% rename from public/images/photos/Bahía-aérea-atardecer-mar_1920x800.webp rename to public/images/photos/maldonado-aerial-1920x800.webp diff --git a/public/images/photos/Bahía-aérea-atardecer-mar_750.jpg b/public/images/photos/maldonado-aerial-750.jpg similarity index 100% rename from public/images/photos/Bahía-aérea-atardecer-mar_750.jpg rename to public/images/photos/maldonado-aerial-750.jpg diff --git a/public/images/photos/Bahía-aérea-atardecer-mar_750.webp b/public/images/photos/maldonado-aerial-750.webp similarity index 100% rename from public/images/photos/Bahía-aérea-atardecer-mar_750.webp rename to public/images/photos/maldonado-aerial-750.webp diff --git a/public/images/photos/Monitor-closeup-grafana-office_1920x1280.jpg b/public/images/photos/monitor-grafana-1920x1280.jpg similarity index 100% rename from public/images/photos/Monitor-closeup-grafana-office_1920x1280.jpg rename to public/images/photos/monitor-grafana-1920x1280.jpg diff --git a/public/images/photos/Monitor-closeup-grafana-office_1920x1280.webp b/public/images/photos/monitor-grafana-1920x1280.webp similarity index 100% rename from public/images/photos/Monitor-closeup-grafana-office_1920x1280.webp rename to public/images/photos/monitor-grafana-1920x1280.webp diff --git a/public/images/photos/Equipo-en-escritorio-con-mate_1920x1080.jpg b/public/images/photos/team-desk-mate-1920x1080.jpg similarity index 100% rename from public/images/photos/Equipo-en-escritorio-con-mate_1920x1080.jpg rename to public/images/photos/team-desk-mate-1920x1080.jpg diff --git a/public/images/photos/Equipo-en-escritorio-con-mate_1920x1080.webp b/public/images/photos/team-desk-mate-1920x1080.webp similarity index 100% rename from public/images/photos/Equipo-en-escritorio-con-mate_1920x1080.webp rename to public/images/photos/team-desk-mate-1920x1080.webp diff --git a/src/components/DifferenceCards.astro b/src/components/DifferenceCards.astro index 8b0c4ee..0450978 100644 --- a/src/components/DifferenceCards.astro +++ b/src/components/DifferenceCards.astro @@ -12,9 +12,9 @@ interface Props { const { t } = Astro.props; const items = [ - { Icon: MateIcon, titleKey: 'diff.support.title' as TranslationKey, bodyKey: 'diff.support.body' as TranslationKey, photo: '/images/photos/Manos-escribiendo-teclado-café_1200x800' }, + { Icon: MateIcon, titleKey: 'diff.support.title' as TranslationKey, bodyKey: 'diff.support.body' as TranslationKey, photo: '/images/photos/hands-typing-coffee-1200x800' }, { Icon: SovereigntyIcon, titleKey: 'diff.sovereignty.title' as TranslationKey, bodyKey: 'diff.sovereignty.body' as TranslationKey, photo: null }, - { Icon: GlobeIcon, titleKey: 'diff.infra.title' as TranslationKey, bodyKey: 'diff.infra.body' as TranslationKey, photo: '/images/photos/Monitor-closeup-grafana-office_1920x1280' }, + { Icon: GlobeIcon, titleKey: 'diff.infra.title' as TranslationKey, bodyKey: 'diff.infra.body' as TranslationKey, photo: '/images/photos/monitor-grafana-1920x1280' }, ]; ---
diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 80b9ddd..fca8edc 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -23,9 +23,9 @@ const { t, whatsappUrl } = Astro.props;