diff --git a/src/app/contacto/page.tsx b/src/app/contacto/page.tsx index 959ba21..c2e52fc 100644 --- a/src/app/contacto/page.tsx +++ b/src/app/contacto/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { placeholder: "Email", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=3" /> diff --git a/src/app/page.tsx b/src/app/page.tsx index e44b4ac..c264a6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function LandingPage() { handle: "Cliente", testimonial: "Profesionalidad en cada fase.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=1", }, ]} buttons={[ @@ -260,7 +260,7 @@ export default function LandingPage() { id: "1", name: "Alejandro Córcoles", role: "Director General", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg?_wi=1", }, { id: "2", @@ -272,7 +272,7 @@ export default function LandingPage() { id: "3", name: "Thomas M.", role: "Jefe de Obra", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=1", }, { id: "4", @@ -284,7 +284,7 @@ export default function LandingPage() { id: "5", name: "Juan D.", role: "Coordinador de Proyectos", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg?_wi=2", }, ]} /> diff --git a/src/app/proyectos/page.tsx b/src/app/proyectos/page.tsx index e0faf1c..757feed 100644 --- a/src/app/proyectos/page.tsx +++ b/src/app/proyectos/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { id: "p1", name: "Villa Marbella", role: "Obra Nueva", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-swimming-pool-with-sea-ocean-white-cloud-blue-sky_74190-8835.jpg?_wi=2", }, ]} /> diff --git a/src/app/sobre-nosotros/page.tsx b/src/app/sobre-nosotros/page.tsx index 948bb9a..a919c07 100644 --- a/src/app/sobre-nosotros/page.tsx +++ b/src/app/sobre-nosotros/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { id: "s1", name: "Alejandro", role: "Fundador", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-beachfront-villa-with-infinity-pool_23-2152016385.jpg?_wi=2", }, ]} />