diff --git a/src/app/page.tsx b/src/app/page.tsx index fc7074f..4ddf66d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg", imageAlt: "Jardín profesional con plantas exóticas" + imageSrc: "http://img.b2bpic.net/free-photo/pond_23-2148013427.jpg?_wi=1", imageAlt: "Jardín profesional con plantas exóticas" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-panorama-green-city-park-dawn_1127-3213.jpg", imageAlt: "Transformación de jardín con flores" @@ -161,22 +161,22 @@ export default function LandingPage() {