From 3f8feef873464291773c50c796ee9270ce034e92 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:40:09 +0000 Subject: [PATCH] Update src/app/pisos-en-alquiler/page.tsx --- src/app/pisos-en-alquiler/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/pisos-en-alquiler/page.tsx b/src/app/pisos-en-alquiler/page.tsx index a39b2ec..c3d68b2 100644 --- a/src/app/pisos-en-alquiler/page.tsx +++ b/src/app/pisos-en-alquiler/page.tsx @@ -48,21 +48,21 @@ export default function RentalsPage() { id: "1", name: "Piso moderno zona centro", price: "450€/mes", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-120827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-120827.jpg?_wi=4", imageAlt: "Piso moderno en el centro de Salamanca", }, { id: "2", name: "Apartamento estudiantes cerca universidad", price: "380€/mes", - imageSrc: "http://img.b2bpic.net/free-photo/girl-having-breakfast-bed_23-2147601315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-having-breakfast-bed_23-2147601315.jpg?_wi=3", imageAlt: "Apartamento para estudiantes", }, { id: "3", name: "Vivienda familiar con terraza", price: "650€/mes", - imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-apartment-decorated-comfortably-with-huge-windows_181624-18498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-apartment-decorated-comfortably-with-huge-windows_181624-18498.jpg?_wi=3", imageAlt: "Vivienda familiar con terraza", }, ]} @@ -83,7 +83,7 @@ export default function RentalsPage() { value: "100%", title: "Propiedades verificadas", description: "Todos nuestros pisos han sido inspeccionados y verificados", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-120827.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-loft-style-apartment-with-homey-office-corner_482257-120827.jpg?_wi=5", imageAlt: "Propiedades verificadas", }, { @@ -91,7 +91,7 @@ export default function RentalsPage() { value: "24/7", title: "Apoyo disponible", description: "Nuestro equipo está siempre disponible para ayudarte", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-being-inclusive_23-2149759010.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-being-inclusive_23-2149759010.jpg?_wi=3", imageAlt: "Soporte profesional", }, ]}