From f650f6924843f2a441cc9b9b6de214f281404523 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:23:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6faf812..7062291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,27 +68,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=1", imageAlt: "Výhled na Karlův most", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=2", imageAlt: "Výhled na Karlův most", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=3", imageAlt: "Výhled na Karlův most", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=4", imageAlt: "Výhled na Karlův most", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=5", imageAlt: "Výhled na Karlův most", }, { - imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-having-fun_23-2149150929.jpg?_wi=6", imageAlt: "Výhled na Karlův most", }, ]} @@ -106,13 +106,13 @@ export default function LandingPage() { id: "1", name: "Eggs Benedict", price: "225 CZK", - imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg?_wi=1", }, { id: "2", name: "Avocado Toast", price: "195 CZK", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg?_wi=1", }, { id: "3", @@ -153,13 +153,13 @@ export default function LandingPage() { id: "1", name: "Jana Nováková", role: "Baristka", - imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/toast-half-fried-egg-salad-bacon-gray-plate-near-tea-cup_23-2148067057.jpg?_wi=2", }, { id: "2", name: "Petr Svoboda", role: "Šéfkuchař", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-boiled-egg-plate_23-2148592198.jpg?_wi=2", }, ]} /> -- 2.49.1