diff --git a/src/app/page.tsx b/src/app/page.tsx index 826c6d9..e44a0b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-checking-photos-digital-camera_107420-84925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-checking-photos-digital-camera_107420-84925.jpg?_wi=1", imageAlt: "Mostrador de Magnolia Bakery", }, { @@ -104,19 +104,19 @@ export default function LandingPage() { id: "p1", name: "Panadería", price: "Desde $1.500", - imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36141.jpg?_wi=1", }, { id: "p2", name: "Pastelería", price: "Desde $2.200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-fresh-red-strawberries-cookies-white-surface_140725-66567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-fresh-red-strawberries-cookies-white-surface_140725-66567.jpg?_wi=1", }, { id: "p3", name: "Cafetería", price: "Desde $1.800", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=1", }, { id: "p4", @@ -251,7 +251,7 @@ export default function LandingPage() { role: "Cliente", company: "Funes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-checking-photos-digital-camera_107420-84925.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-checking-photos-digital-camera_107420-84925.jpg?_wi=2", imageAlt: "Whole grain rustic loaves of bread with white flowers", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { role: "Cliente", company: "Rosario", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/loaf-bread-female-hands-supermarket_169016-36141.jpg?_wi=2", imageAlt: "Whole grain rustic loaves of bread with white flowers", }, { @@ -269,7 +269,7 @@ export default function LandingPage() { role: "Cliente", company: "Funes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-fresh-red-strawberries-cookies-white-surface_140725-66567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-with-fresh-red-strawberries-cookies-white-surface_140725-66567.jpg?_wi=2", imageAlt: "Whole grain rustic loaves of bread with white flowers", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { role: "Cliente", company: "Funes", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20505.jpg?_wi=2", imageAlt: "Whole grain rustic loaves of bread with white flowers", }, ]}