diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c01807..9b659a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,15 +69,15 @@ export default function LandingPage() { imageAlt: "Platos Bada", }, { - imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=1", imageAlt: "Pollo frito", }, { - imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=1", imageAlt: "Kimchi", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=1", imageAlt: "Japchae", }, { @@ -100,42 +100,42 @@ export default function LandingPage() { id: "1", name: "Pollo frito picante", price: "$750", - imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=2", imageAlt: "Pollo frito", }, { id: "2", name: "Mandu (empanaditas)", price: "$450", - imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=2", imageAlt: "Mandu", }, { id: "3", name: "Sopa de kimchi", price: "$600", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=2", imageAlt: "Kimchi", }, { id: "4", name: "Japchae", price: "$700", - imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg?_wi=3", imageAlt: "Japchae", }, { id: "5", name: "Bibimbap", price: "$850", - imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg?_wi=3", imageAlt: "Bibimbap", }, { id: "6", name: "Bulgogi", price: "$900", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=3", imageAlt: "Bulgogi", }, ]}