From fb0959697db3ac664fa98dd43697e3c6b73dfc07 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 15:23:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eada329..f54f42c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { price: "$12.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=1", }, { id: "2", @@ -108,7 +108,7 @@ export default function LandingPage() { price: "$16.00", rating: 5, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg?_wi=1", }, { id: "3", @@ -117,7 +117,7 @@ export default function LandingPage() { price: "$19.00", rating: 5, reviewCount: "92", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg?_wi=1", }, { id: "4", @@ -135,7 +135,7 @@ export default function LandingPage() { price: "$14.00", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg?_wi=1", }, { id: "6", @@ -144,7 +144,7 @@ export default function LandingPage() { price: "$25.00", rating: 5, reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg?_wi=1", }, ]} title="Nuestro Menú" @@ -162,27 +162,27 @@ export default function LandingPage() { { id: "t1", name: "Juan Pérez", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg?_wi=2", }, { id: "t2", name: "María García", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mushroom-pizza-with-cheese-olives-seasonings-dark-surface-pizza-meal-italian-food-dough-snack_140725-101761.jpg?_wi=2", }, { id: "t3", name: "Carlos Ruiz", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22903.jpg?_wi=2", }, { id: "t4", name: "Ana Torres", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-tomatoes-lettuce-grated-cheese_141793-913.jpg?_wi=2", }, { id: "t5", name: "Luis Vega", - imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-wooden-board-with-sauces-plate-hand-sanitizer-mask-around_114579-78305.jpg?_wi=2", }, ]} /> -- 2.49.1