diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b65893..73bd33a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,9 +49,9 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/chicken-fried-spicy-sauce-korean-style_1150-42875.jpg", imageAlt: "Platos Bada" }, - { imageSrc: "http://img.b2bpic.net/free-photo/korean-food-jajangmyeon-noodle-with-fermented-black-beans-sauce_1150-42862.jpg", imageAlt: "Pollo frito" }, - { imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", imageAlt: "Kimchi" }, - { imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", imageAlt: "Japchae" }, + { 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?_wi=1", imageAlt: "Kimchi" }, + { imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg?_wi=1", imageAlt: "Japchae" }, { imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Local" } ]} mediaAnimation="slide-up" @@ -65,12 +65,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { 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", imageAlt: "Pollo frito" }, - { id: "2", name: "Mandu (empanaditas)", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", 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", 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", imageAlt: "Japchae" }, - { id: "5", name: "Bibimbap", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/steaming-bowl-ramen_23-2151950838.jpg", imageAlt: "Bibimbap" }, - { id: "6", name: "Bulgogi", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-buckwheat-vegetables_2829-18688.jpg", imageAlt: "Bulgogi" } + { 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?_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?_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?_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?_wi=3", imageAlt: "Japchae" }, + { id: "5", name: "Bibimbap", price: "$850", 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?_wi=3", imageAlt: "Bulgogi" } ]} title="Nuestro MenĂș" description="Sabores autĂ©nticos seleccionados para vos."