From 78771fb51495d6a6e53e75bca3dacf8cefa2f942 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 14:51:33 +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 6e54279..b3ccccf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,9 +78,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - 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", imageAlt: "Kachní stehno"}, + 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?_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", imageAlt: "Steak"}, + 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?_wi=1", imageAlt: "Steak"}, { id: "3", name: "Grilovaný losos s koprovou omáčkou", price: "395 Kč", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081849.jpg", imageAlt: "Losos"}, { @@ -105,9 +105,9 @@ export default function LandingPage() { { id: "g2", name: "Detail interiéru", role: "Atmosféra", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg"}, { - 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"}, + 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?_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"}, + 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?_wi=2"}, ]} title="Naše Galerie" description="Nahlédněte do našeho interiéru a pod ruky našich kuchařů." -- 2.49.1