Update src/app/pisos-en-alquiler/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user