From c079a18ef9ccec0bebac9178c47b635856c301a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:00:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb6c242..f6d3003 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312255.jpg?_wi=1" imageAlt="Ambiente del restaurante" mediaAnimation="opacity" avatars={[ @@ -136,21 +136,21 @@ export default function LandingPage() { name: "Salmón al Eneldo", price: "$38.00", variant: "Principal", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=1", }, { id: "2", name: "Carpaccio de Res", price: "$25.00", variant: "Entrante", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=1", }, { id: "3", name: "Risotto de Trufa", price: "$32.00", variant: "Principal", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg?_wi=1", }, { id: "4", @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "La mejor experiencia culinaria de mi vida.", tag: "Vip", avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312255.jpg?_wi=2", imageAlt: "fine dining restaurant interior ambiance", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { quote: "El servicio y la atmósfera son impecables.", tag: "Vip", avatarSrc: "http://img.b2bpic.net/free-photo/two-senior-female-friends-luxurious-restaurant_23-2150517409.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720768.jpg?_wi=2", imageAlt: "gourmet plate close up", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { quote: "Calidad inigualable en cada detalle.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-eggplant-with-tomatoes-sesame-seeds-plate_140725-9191.jpg?_wi=2", imageAlt: "gourmet appetizer close up", }, { @@ -236,7 +236,7 @@ export default function LandingPage() { quote: "Una cena realmente inolvidable.", tag: "Vip", avatarSrc: "http://img.b2bpic.net/free-photo/three-african-woman-dress-posing-restaurant-eating-pizza-drink-juice-making-photos-phone_627829-4933.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg?_wi=2", imageAlt: "gourmet main course", }, ]} -- 2.49.1