From 5b0752fecf5743bf18552a6a1767806bde802e9d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 02:38:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 633f448..59675bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg" + imageSrc="http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -163,13 +163,13 @@ export default function LandingPage() { id: "m1", name: "Bienvenida", price: "Cortesía", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", }, { id: "m2", name: "Entradas", price: "Selección", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetable-stack_23-2151942390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetable-stack_23-2151942390.jpg?_wi=1", }, { id: "m3", @@ -224,7 +224,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/bright-interior-church-with-stainedglass-windows-view-from_169016-22471.jpg", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-set-with-fork-spoon-knife_140725-1835.jpg?_wi=2", imageAlt: "historic architecture interior details", }, { @@ -244,7 +244,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312255.jpg", }, reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=2", imageAlt: "historic architecture interior details", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/details-interior-catholic-church-light-colors_169016-21929.jpg", }, reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetable-stack_23-2151942390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetable-stack_23-2151942390.jpg?_wi=2", imageAlt: "historic architecture interior details", }, ]} -- 2.49.1