diff --git a/src/app/page.tsx b/src/app/page.tsx index e4b2265..8036f3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg" + imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=1" /> @@ -96,21 +96,21 @@ export default function LandingPage() { name: "Bife de Chorizo", price: "$15.00", variant: "Corte Selecto", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-steak-wood_23-2151966851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-steak-wood_23-2151966851.jpg?_wi=1", }, { id: "2", name: "Moro Risotto", price: "$12.00", variant: "Especialidad", - imageSrc: "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=1", }, { id: "3", name: "Costilla de Cerdo", price: "$14.00", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/pork-food-barbecue-roasted-baby_1203-4339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-food-barbecue-roasted-baby_1203-4339.jpg?_wi=1", }, { id: "4", @@ -152,7 +152,7 @@ export default function LandingPage() { quote: "La comida fue deliciosa y la atención muy profesional.", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2", imageAlt: "fine dining restaurant interior ambiance", }, { @@ -174,7 +174,7 @@ export default function LandingPage() { quote: "Muy recomendado para compartir con la familia. Comida deliciosa.", tag: "Calidad", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-style-fashion-femininity-concept-positive-beautiful-young-european-woman-blue-shirt-looking-camera-with-broad-happy-smile-being-good-mood-kitchen-interior-background_343059-2087.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-steak-wood_23-2151966851.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-grilled-steak-wood_23-2151966851.jpg?_wi=2", imageAlt: "bife de chorizo steak gourmet", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "El bife de chorizo y la costilla son espectaculares. ¡OMG!", tag: "Favorito", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-sitting-table_23-2149212131.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/risotto-rice-with-mushrooms-white-ceramic-plate_23-2147925971.jpg?_wi=2", imageAlt: "moro risotto with protein", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { quote: "Personal muy amable y siempre atentos para que la experiencia sea agradable.", tag: "Increíble", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pork-food-barbecue-roasted-baby_1203-4339.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-food-barbecue-roasted-baby_1203-4339.jpg?_wi=2", imageAlt: "delicious pork ribs plate", }, ]}