diff --git a/src/app/page.tsx b/src/app/page.tsx index 89ef302..f8a45f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,11 +72,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg?_wi=1", imageAlt: "Empanada recién horneada y apetitosa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg?_wi=1", imageAlt: "Variedad de empanadas frescas", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { description: "Nuestras empanadas se preparan siguiendo recetas que han pasado de generación en generación, llenas de sabor y tradición.", bentoComponent: "reveal-icon", icon: BookOpen, - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-fried-pies-with-cutlery_23-2148322806.jpg?_wi=2", imageAlt: "green leaf icon natural", }, { @@ -136,7 +136,7 @@ export default function LandingPage() { description: "Cada empanada de Relleno Food es una explosión de sabor, con el relleno perfecto y la masa crujiente que tanto te gusta.", bentoComponent: "reveal-icon", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-biscuits-fruits-dark-surface-fruit-sweet-cake_140725-81871.jpg?_wi=2", imageAlt: "green leaf icon natural", }, ]}