From 3b67be22b8efc08459e9037e4703685097a789fd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 14:11:23 +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 936084b..4548fa3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { href: "#location", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-with-french-fries-rice-wooden-board_140725-9660.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fried-chicken-with-french-fries-rice-wooden-board_140725-9660.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -138,14 +138,14 @@ export default function LandingPage() { name: "Traditional Ćevapi", price: "€10", variant: "Grilled Beef Kebabs", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-dark-blue-background_140725-58328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-dark-blue-background_140725-58328.jpg?_wi=1", }, { id: "m2", name: "Signature Goulash", price: "€12", variant: "Slow-cooked Beef Stew", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370911.jpg?_wi=1", }, { id: "m3", @@ -241,7 +241,7 @@ export default function LandingPage() { imageAlt: "Wait staff", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-french-fries-rice-wooden-board_140725-9660.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-french-fries-rice-wooden-board_140725-9660.jpg?_wi=2", imageAlt: "busy restaurant kitchen interior", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { description: "Fresh meat grilled over open flames by seasoned masters.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-dark-blue-background_140725-58328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-cooked-meat-with-greens-cherry-tomatoes-inside-plate-dark-blue-background_140725-58328.jpg?_wi=2", imageAlt: "busy restaurant kitchen interior", }, { @@ -257,7 +257,7 @@ export default function LandingPage() { description: "Large servings designed for true food lovers.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370911.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-goulash-ready-dinner_23-2149370911.jpg?_wi=2", imageAlt: "busy restaurant kitchen interior", }, ]}