From 27787df053f3f533dc52ee8213fb524eb74dbe87 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 13:09:10 +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 7c3c4c9..410af3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,15 +64,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg?_wi=1", imageAlt: "Interior atmosphere", }, { - imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg?_wi=1", imageAlt: "Gourmet dishes", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=1", imageAlt: "Beer freshness", }, { @@ -185,7 +185,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bartender-filling-beer-from-bar-pump_107420-65853.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { }, items: [], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/khinkali-form-leaves-with-fried-onions-chicken-wings-sauce_141793-460.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { }, items: [], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-goulash-tomatoes-top-view_23-2149388107.jpg?_wi=2", imageAlt: "traditional slovak restaurant interior rustic", }, ]} -- 2.49.1