From 98ee6cbb5c80beadcc1d8bf95be807637d71e3a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:50:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 10e8470..308c9ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,14 +110,14 @@ export default function LandingPage() { id: "1", name: "Konfitované kachní stehno", price: "345 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-plate-with-fork-soy-sauce_23-2148425564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-plate-with-fork-soy-sauce_23-2148425564.jpg?_wi=1", imageAlt: "Kachní stehno", }, { id: "2", name: "Rib-eye steak s bylinkovým máslem", price: "580 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-sandwiches-with-cucumbers_23-2148640154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-sandwiches-with-cucumbers_23-2148640154.jpg?_wi=1", imageAlt: "Steak", }, { @@ -170,13 +170,13 @@ export default function LandingPage() { id: "g3", name: "Příprava jídla", role: "Kuchyně", - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-plate-with-fork-soy-sauce_23-2148425564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-black-pasta-plate-with-fork-soy-sauce_23-2148425564.jpg?_wi=2", }, { id: "g4", name: "Finální plating", role: "Art", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-sandwiches-with-cucumbers_23-2148640154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-slices-sandwiches-with-cucumbers_23-2148640154.jpg?_wi=2", }, ]} title="Naše Galerie" -- 2.49.1