diff --git a/src/app/page.tsx b/src/app/page.tsx index 85a75a6..05566b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,7 +172,7 @@ export default function LandingPage() { id: "2", name: "Parrillada Mixta Carbón 21", price: "₡20.000", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-basil-pan_140725-745.jpg", imageAlt: "Parrillada mixta" }, { - id: "3", name: "Pizza Carbón 21", price: "₡10.000", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309425.jpg", imageAlt: "Pizza al carbón" + id: "3", name: "Pizza Carbón 21", price: "₡10.000", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309425.jpg?_wi=1", imageAlt: "Pizza al carbón" }, { id: "4", name: "Ceviche Mixto", price: "₡6.500", imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-mixed-seafood-thick-soup-hot-pot-spicy-thai-food_1150-26554.jpg", imageAlt: "Ceviche mixto fresco" @@ -181,7 +181,7 @@ export default function LandingPage() { id: "5", name: "Special Burger 21", price: "₡6.500", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-arrangement_23-2149897394.jpg", imageAlt: "Hamburguesa especial" }, { - id: "6", name: "Camarones al Ajillo", price: "₡6.500", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309425.jpg", imageAlt: "Camarones al ajillo" + id: "6", name: "Camarones al Ajillo", price: "₡6.500", imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309425.jpg?_wi=2", imageAlt: "Camarones al ajillo" }, ]} containerClassName="featured-products"