From dd547a1f065113a3ded7220d859ae58bce747839 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:55:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1472f0..2744e4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,25 +147,25 @@ export default function LandingPage() { id: "p1", name: "Domácí dortíky", price: "od 85 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg?_wi=1", }, { id: "p2", name: "Výběrová káva", price: "od 55 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-hot-drinks_23-2148735591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-hot-drinks_23-2148735591.jpg?_wi=1", }, { id: "p3", name: "Domácí limonády", price: "od 65 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pomegranate-juice-with-seeds-straw_114579-50780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pomegranate-juice-with-seeds-straw_114579-50780.jpg?_wi=1", }, { id: "p4", name: "Sezónní dezerty", price: "od 95 Kč", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-grapes-cherry-apples-tree-branches-with-flowers-bottles_140725-72402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-grapes-cherry-apples-tree-branches-with-flowers-bottles_140725-72402.jpg?_wi=1", }, { id: "p5", @@ -225,22 +225,22 @@ export default function LandingPage() { { title: "Světlý interiér", description: "Vzdušný prostor pro váš relax.", - imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/piece-chocolate-cake_1220-166.jpg?_wi=2", }, { title: "Klidná atmosféra", description: "Ideální místo pro zpomalení.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-hot-drinks_23-2148735591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-hot-drinks_23-2148735591.jpg?_wi=2", }, { title: "Útulná místa", description: "Koutek jen pro vás.", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-pomegranate-juice-with-seeds-straw_114579-50780.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-pomegranate-juice-with-seeds-straw_114579-50780.jpg?_wi=2", }, { title: "Osobní přístup", description: "S úsměvem vždy.", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-grapes-cherry-apples-tree-branches-with-flowers-bottles_140725-72402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-cake-with-grapes-cherry-apples-tree-branches-with-flowers-bottles_140725-72402.jpg?_wi=2", }, ]} title="Vše pro vaši pohodu" -- 2.49.1